Interface JsonCore<JVC extends JsonValueCore<JVC>>

Type Parameters:
JVC - the type of a JSON implementation wrapper
All Known Implementing Classes:
GsonJsonCore, JacksonJsonCore, JakartaJsonCore, OrgJsonCore

public interface JsonCore<JVC extends JsonValueCore<JVC>>
JsonCore provides a wrapper to all kinds of JSON parsers.
Author:
Wei-Ming Wu