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
I'd like to implement JSON Patch while remaining as close to the JEE spec as possible. JEE8 includes JSON-P as an API, but requires an implementation. The reference implementation can be found https://github.com/javaee/jsonp/tree/master/impl.
Is this lib compatible with JSON-P? If not, are there any plans to support the JSON-P API?