Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json5 composition #7

Open
drom opened this issue Jan 10, 2020 · 0 comments
Open

json5 composition #7

drom opened this issue Jan 10, 2020 · 0 comments

Comments

@drom
Copy link
Member

drom commented Jan 10, 2020

Compose structural elements of JSON (array, object) from multiple sources.

array

{$concat: [['a', 'b'], ['c']]} -> ['a', 'b', 'c']

object

{$merge: [{foo:5}, {bar:7, baz:11}]} -> {foo:5, bar:7, baz:11}

$merge

$patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant