static-api icon indicating copy to clipboard operation
static-api copied to clipboard

Reads a JSON file and generates a static folder structure that matches the JSON to allow data end points for simple apps

Results 2 static-api issues
Sort by recently updated
recently updated
newest added

In your example you have only a hash structure like that ```json { "items": { "id789789": { "key": "value" }, "id1238965": { "key": "value" } } } ``` But I'm...