Hi,

i have a requirement where i have to read a dynamic nested JSON for schema
and need to check the data quality based on the schema.

i.e i get the details from a JSON i.e say column 1 should be string, length
kinda... this is dynamic json and nested one. so traditionally i have to
loop the json object and fetch all the data.

Coming to data array i have to read a json array where each json object
should be checked with the above json schema i.e on the json array first
json object first column data should be string,length....match .

With out looping schema json and inside that looping this data array which
will be performance impact, do we have any options or better way to handle..


Thanks in advance.
sk

Reply via email to