You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the array, it's better to support a mapping like below:
tag.prop1 <-> json["key1"][0]["key11"]
tag.prop2 <-> json["key1"][1]["key22"]
It's up to the user how to design the json object.
Today, json datasource only supports "flat" format, e.g., each line of the json file should be like:
In some case, the json file could use hierarchical structure, the value of a key is a child-object or even an array of objects, e.g.
Can we add support for this?
The text was updated successfully, but these errors were encountered: