jsonp-api icon indicating copy to clipboard operation
jsonp-api copied to clipboard

Jakarta JSON Processing

Results 54 jsonp-api issues
Sort by recently updated
recently updated
newest added

When you know what you read, passing some whitelist/blacklist of parser events to skip can enable to reduce memory consumption and optimize the execution. This is somehow related to https://github.com/eclipse-ee4j/jsonb-api/issues/224#issuecomment-590126204...

PR for #153. Implemented AbstractJsonObject and AbstractJsonArray. These classes are very useful for users who want to implement their own JsonObject or JsonArray objects. See JavaDocs for examples of usage....

The **API** should offer abstract implementations for both ``JsonObject`` and ``JsonArray``. These implementations will encapsluate a ``JsonObject`` and ``JsonArray`` delegator respectively , in order to leverage polymorphism. E.g. ```java public...

I'm trying to get JSON-B updated to use the Jakarta namespace, but before I do that I wanted to start depending on the JSON-P snapshots in the jakarta namespace. Are...

At times, it may be useful to inspect a JsonObjectBuilder without needing to build it (such as determining whether or not the object contains a particular key, for example). Methods...

Based on yesterday's Web Template call with Ed (https://docs.google.com/spreadsheets/d/1zdhOhh3URK1NnGgHwknhe95qXfoa8Zp81iOraOdZkK4/edit?usp=sharing) and what JSON-P already has in a similar form under JavaEE, we should create such page for the new project. I...

help wanted
task

Does the recent Updated JSON Spec [RFC 8259](https://www.greenbytes.de/tech/webdav/rfc8259.html) have any impact on JSON Processing?

question

Hi All I don't know if any one have already requested this (I couldn't find). Would be nice to have a way to define the default behavior of the methods...

enhancement
spec

The README page currently contains only a Travis CI badge and build status. However, JSON-P was one of the first projects that migrated to Eclipse Jenkins pipelines. Either with a...

task

javax.json.Json #createObjectBuilder(Map map) methods throws error : ` Type class java.util.Date is not supported.`, If type of value is `java.util.Date` in input map.

question
spec