jsonString

Undocumented in source.
auto jsonString = `{`` "packages": [`` {`` "targetType": "executable",`` "path": "/path/to/pkg1",`` "name": "pkg1",`` "mainSourceFile": "src/boooo.d",`` "targetFileName": "super_app",`` "dflags": [],`` "versions": ["v1", "v2"],`` "dependencies": ["pkg_other"],`` "importPaths": ["leimports"],`` "stringImportPaths": [`` "src/string_imports",`` "src/moar_stringies"`` ],`` "files": [`` {`` "path": "src/foo.d",`` "type": "source",`` "active": true`` },`` {`` "path": "src/bar.d",`` "type": "source",`` "active": true`` },`` {`` "path": "src/boooo.d",`` "type": "source",`` "active": true`` }`` ]`` },`` {`` "path": "/weird/path/pkg_other",`` "name": "pkg_other",`` "importPaths": [`` "my_imports",`` "moar_imports"`` ],`` "dflags": [`` "-g", "-debug"`` ],`` "libs": ["liblib", "otherlib"],`` "versions": ["v3", "v4"],`` "stringImportPaths": [],`` "files": [`` {`` "path": "source/toto.d",`` "type": "source",`` "active": true`` },`` {`` "path": "source/africa.d",`` "type": "source",`` "active": true`` },`` {`` "path": "source/africa.d",`` "type": "weirdo",`` "active": true`` }`` ]`` }`` ]``}`;

Meta