Parse JSON objects into schema-compliant data using dot-separated path mapping
JsonParser
class specializes in parsing JSON objects into schema-compliant data structures. It extends the base DataParser
functionality to handle nested JSON data with dot-separated path mapping for accessing nested fields.
InvalidInputException
if the schema
parameter is of an invalid type.list[ParsedSchema]
- A list of ParsedSchema objects, one for each JSON object processed.