json-document-transforms icon indicating copy to clipboard operation
json-document-transforms copied to clipboard

Add support for root-level arrays

Open davilimap opened this issue 7 years ago • 1 comments

Currently, the root-level element cannot be an array, the transformation will fail. First off, I think we need to add better error handling to improve the user experience. Then, look into supporting this without breaking transformations.

See: https://github.com/Microsoft/slow-cheetah/issues/92

davilimap avatar Apr 25 '18 17:04 davilimap

https://www.json.org/json-en.html specifies that JSON must start with curly braces.

tsahi avatar Aug 03 '20 08:08 tsahi