Closed
Description
It appears that all-your-base.json is malformed. Where allergies.json has the structure of:
{
"allergic_to": {
"description": [ ... ],
"cases": [ { "description": "...", ... } ... ]
}, ...
}
all-your-base.json has:
{
"#": [ ... ],
"cases": [ ... ]
cases
should be wrapped in a function name, yes?
It appears that bin/jsonlint only checks that the json parses, not that it has good structure.
At the very least, I think this should be patched up and the README expanded to actually show the desired structure. Happy to do a PR for that, assuming I understand it already. 😀