How do you write out JSON with JSON-P?

Can you use JSON-P to write out JSON? Sure, use the JsonWriter, see https://github.com/manorrock/jakartaee-examples/tree/master/jsonp/jsonWriter.

Posted August 23rd, 2018

Up