mheinzerling/php-jsonutils

View on GitHub
resources/sample.json

Summary

Maintainability
Test Coverage
{
  "menu": {
    "id": "file",
    "value": "File",
    "popup": {
      "menuitem": [
        {
          "value": "New",
          "onclick": "CreateNewDoc()",
          "taborder": 1
        },
        {
          "value": "Open",
          "onclick": "OpenDoc()",
          "taborder": 2
        },
        {
          "value": "Close",
          "onclick": "CloseDoc()",
          "taborder": 3
        }
      ]
    }
  }
}