Package com.x2j.converter


package com.x2j.converter
  • Classes
    Class
    Description
    The class XMLToJSONConverter is the starting point.
    This exposes various methods for the XML to JSON conversion.
    It accepts the input XML and the schema JSON as String or as a File object.
    Before initiating the conversion logic, this class tries to figure out the JSON schema, if not explicitly passed as argument.
    If the JSON schema is not found, the default conversion logic will be applied.