Closed eproxus closed 10 years ago
The following file:
Sheet 1: test.json
Sheet 2: test.json#properties
Generates the following JSON:
[ { "traits": { "a": { "a": 1, "b": 9, "": "" } }, "id": "foo", "": "" }, { "traits": { "": { "a": "", "b": "", "": "" } }, "id": "", "": "" } ]
Basically, the last object is an empty object with no data and both objects contain empty key/value pairs.
The following file:
Sheet 1: test.json
Sheet 2: test.json#properties
Generates the following JSON:
Basically, the last object is an empty object with no data and both objects contain empty key/value pairs.