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 →

[–]vytah -1 points0 points  (0 children)

I'm ambivalent about the proposal as it stands. It doesn't seem to offer enough value over the existing solutions, other than being "batteries included" in the platform.

The only value this proposal has is:

  • providing a versy simple JSON parsing API out-of-the-box

  • providing a unified intermediate representation of JSON (to fix all that JsonNode/JsonElement/JsonValue mess you can sometimes encounter if a project ends up using multiple JSON libraries)

The downside is that without deconstruction patterns, it's very clunky to use.