MCPcopy Create free account
hub / github.com/apache/tomcat / JSONParser

Method JSONParser

java/org/apache/tomcat/util/json/JSONParser.java:31–33  ·  view source on GitHub ↗
(String input)

Source from the content-addressed store, hash-verified

29 private boolean nativeNumbers = false;
30
31 public JSONParser(String input) {
32 this(new java.io.StringReader(input));
33 }
34
35 /**
36 * Parses a JSON object into a Java {@code Map}.

Callers

nothing calls this directly

Calls 1

getNextTokenMethod · 0.45

Tested by

no test coverage detected