This module is part of the Apache Sling project.
The Apache Sling Content Parser for JSON provides support for parsing JSON files into Apache Sling resource trees, by implementing the API provided by the org.apache.sling.contentparser.api
bundle.
To obtain a reference to the JSON content parser just filter on the ContentParser.SERVICE_PROPERTY_CONTENT_TYPE
service registration property:
@Reference(target = "(" + ContentParser.SERVICE_PROPERTY_CONTENT_TYPE + "=json)") private ContentParser jsonParser;