javaee / json-processing-spec

Legacy JSON Processing spec. Please use the link below to find the current JSON P project
https://github.com/jakartaee/jsonp-api
Other
8 stars 3 forks source link

keep Json and JsonBuilderFactory in sync #85

Closed glassfishrobot closed 7 years ago

glassfishrobot commented 7 years ago

There are multiple versions of Json#createObjectBuilder(). The are basically a shortcut to creating a JsonBuilderFactory and use the respective methods.

But there is one method which is not contained in JsonBuilderFactory:

public static JsonObjectBuilder createObjectBuilder(Map<String, Object> map)

Do we like to add this method to the JsonBuilderFactory as well?

Affected Versions

[1.0-pr]

glassfishrobot commented 7 years ago

Reported by struberg

glassfishrobot commented 7 years ago

@lukasj said: Added also missing createArrayBuilder(Collection<?> col) in https://java.net/projects/jsonp/sources/git/revision/16da06c

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JSON_PROCESSING_SPEC-85

glassfishrobot commented 7 years ago

Marked as fixed on Tuesday, March 7th 2017, 4:45:52 pm