powerjson/powerjson

json with great powers

dev-master 2018-02-15 11:21 UTC

This package is auto-updated.

Last update: 2024-04-12 22:27:47 UTC


README

json with great powers

Use alias or variables in JSON

{
  "parent": "json://child.json?var=myvar"
}

{
  "child":"$var"
}

Results in :

{
  "parent": {
    "child": "myvar"
  }
}