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

There are feature requests in Jakarta Security around [JWT](https://github.com/jakartaee/security/issues/255), but as mentioned, the Jakarta-consuming [Microprofile JWT RBAC](https://github.com/eclipse/microprofile-jwt-auth) is not consumable by Jakarta Security or other specs at least on the...

enhancement

JsonObjectBuilder is a very convenient API and has the advantage in current form to not loose immediately the format of the underlying data (BigDecimal/BigInteger, long, ....). However I think it...

spec

- [x] Organization Name ("Organization") and, if applicable, URL\ Eclipse Foundation - [x] Product Name, Version and download URL (if applicable)\ [Eclipse Parsson 1.1.1](https://github.com/eclipse-ee4j/parsson/releases/tag/1.1.1) - [x] Specification Name, Version and...

certification

I am wondering if it is possible to add a getLong() method in the JsonObject interface and is also is possible to add is type which check if the specified...

https://github.com/eclipse-ee4j/jsonp/issues/354

In some cases there may be multiple providers, for instance one that comes with the Maven dependencies, and one that I explicitly want to use. To allow the loading of...

JsonParser should be capable of parsing keys without ", assuming that they are of type String (as is done in JS), rather than rejecting them and requiring them to be...

Refer to #340 ### Create a JsonGenerator.Key ```java JsonProvider provider = ...; JsonGenerator.Key firstNameKey = provider.createGeneratorKey("firstName"); ``` ### Use a JsonGenerator.Key ```java JsonGenerator generator = ...; // we can use...

Add a demo with Jsonp that can be ran inside an OSGI container and an integration test related to this

When there is an error in the application streaming JSON objects via the Json Generator, the only option I currently have is to close the stream and restart. I believe...