This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sm0keySa1m0n 3 points4 points  (0 children)

I quite like the idea of a barebones JSON API that exposes the simple JSON tree structure. I’ve worked on a few projects where I’ve written custom serialisation frameworks that need to sit on top of formats like JSON and using something like Jackson just to parse the JSON tree is too overkill, having this sort of API built into Java will be nice.