top | item 10541563 (no title) nicksardo | 10 years ago https://github.com/nicksardo/jsonpath can pull out parts of a JSON document without unmarshalling. discuss order hn newest lobster_johnson|10 years ago That's really neat, thanks (do you have any benchmarks comparing it to Go's JSON?), but doesn't cover my use case. I want all the values in a map-like API. I don't know anything about the shape of the contents, names of the keys, etc. ptman|10 years ago Which libraries have you looked at? https://github.com/pquerna/ffjson and https://github.com/benbjohnson/megajson claim to be faster load replies (1)
lobster_johnson|10 years ago That's really neat, thanks (do you have any benchmarks comparing it to Go's JSON?), but doesn't cover my use case. I want all the values in a map-like API. I don't know anything about the shape of the contents, names of the keys, etc. ptman|10 years ago Which libraries have you looked at? https://github.com/pquerna/ffjson and https://github.com/benbjohnson/megajson claim to be faster load replies (1)
ptman|10 years ago Which libraries have you looked at? https://github.com/pquerna/ffjson and https://github.com/benbjohnson/megajson claim to be faster load replies (1)
lobster_johnson|10 years ago
ptman|10 years ago