1415161718192021
* @throws JsonMappingException * @throws JsonGenerationException */ public static void main(String[] args) throws JsonGenerationException, JsonMappingException, IOException { JsonLoader loader = new JsonLoader(); loader.loadSystem(); }