flatterer icon indicating copy to clipboard operation
flatterer copied to clipboard

Have new documentation page decribing `Output Table Representation`

Open kindly opened this issue 4 years ago • 2 comments

kindly avatar Jul 22 '21 22:07 kindly

  • [ ] Document how arrays of literals are written #18
  • [ ] What is the behavior if a JSON path is an array, object or literal in different cases? #14
  • [ ] Clearerer explanation of inline-one-to-one
  • [ ] _link generation
  • [ ] Describe caveats including potential name clashes.

kindly avatar Dec 22 '21 08:12 kindly

Can also mention that if an object has duplicate members (keys), then only the last member's value will be written, e.g.

[
    {
        "x": "foo",
        "x": "bar"
    }
]

jpmckinney avatar Dec 23 '21 19:12 jpmckinney