MCPcopy Create free account
hub / github.com/faceless2/zeroconf / parse

Method parse

src/main/com/bfo/zeroconf/Stringify.java:8–10  ·  view source on GitHub ↗
(String in)

Source from the content-addressed store, hash-verified

6class Stringify {
7
8 static Object parse(String in) {
9 return parse(CharBuffer.wrap(in));
10 }
11
12 /**
13 * A quick single-method JSON parser, intended to parse input which is expected to be valid.

Callers 1

PacketMethod · 0.95

Calls 3

putMethod · 0.80
addMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected