You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the sake of keeping minimal-json minimal, a util class Json would look the very least attractive to me. Since you already have collection type-specific factories such as JsonArray.readFrom, my favorite would be JsonArray.createArray. Need an assignee?
Ideally, these factory methods should support varargs. Not sure about the method name.
Or should the methods go to JsonValue to be next to valueOf( ... )?
Or on a Util class like so:
The text was updated successfully, but these errors were encountered: