Format specification of pimple.json - Sorien/silex-idea-plugin GitHub Wiki

[
    {
        "name": "routes",
        "type": "class",
        "value": "Symfony\\Component\\Routing\\RouteCollection"
    },
    {
        "name": "route_class",
        "type": "string",
        "value": "Sorien\\Router\\Route"
    },
    {
        "name": "dbs.config",
        "type": "container",
        "value": [
            {
                "name": "default",
                "type": "class",
                "value": "Doctrine\\DBAL\\Configuration"
            }
        ]
    },
]
type e.g. value
"class" "Symfony\Component\HttpKernel\HttpKernel"
"container"
"string" "en"
"int" 1
"closure" "" (not used)
"array" "" (not used)
"bool" true / false
"null" "" (not used)