2017 © Pedro Peláez
 

library powerjson

json with great powers

image

powerjson/powerjson

json with great powers

  • Thursday, February 15, 2018
  • by jonathankowalski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

powerjson

json with great powers, (*1)

Use alias or variables in JSON, (*2)

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

{
  "child":"$var"
}

Results in :, (*3)

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

The Versions

15/02 2018

dev-master

9999999-dev

json with great powers

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonathan Kowalski