JsonArray.of & JsonObject.of
Open
enhancement
- Dominant language
- Java
- Stars
- 24.2k
- Forks
- 4.5k
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 12
Description
# Problem solved by the feature
No actual `problem`.
# Feature description
JsonArray.of(...Object/JsonElement)
JsonObject.of(String, JsonElement, String, JsonElement...)
JsonObject.of(String, Object,....)
JsonObject.of(Object...)
# Alternatives / workarounds
Java 9. List.of, Map.of
Guava. ImmutableList.of ImmutableMap.of
Contributor guide
Assessment
This issue has not been assessed yet.