flatterer
flatterer copied to clipboard
Have new documentation page decribing `Output Table Representation`
- [ ] 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.
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"
}
]