com.oracle.json.spi.JsonProvider

This provides a service which is able to allow processing of JSON data. All methods are to be thread safe and useable by multiple threads. {@link ServiceLoader} is used to register implementations and thus use the file {@code META-INF/services/com.oracle.spi.JsonProvider} in your JAR to make your implementation visible.