Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
class
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
Packet
Method · 0.95
Calls
3
put
Method · 0.80
add
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected