java-json-tools/json-patch

Does this library implement JSON-P / JSR-374?

Opened this issue · 0 comments

benze commented

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?

Thanks,
Eric