()
| 39 | private static final Logger logger = Logger.getLogger(JsonParser.class.getName()); |
| 40 | |
| 41 | private JsonParser() {} |
| 42 | |
| 43 | /** |
| 44 | * Parses a json string, returning either a {@code Map<String, ?>}, {@code List<?>}, |
nothing calls this directly
no outgoing calls
no test coverage detected