jsonbox
jsonbox copied to clipboard
HTTP-based JSON storage.
**Is there any limits to the number of records stored ?** Let's assume I stored 100 or 300 records for example, would that work?
Is there any alternative? I would prefer one with the same syntax of get / post, or any similar service, where I can store JSON data, storing it with a...
I need to monitor box usage.
Is it just me, or are requests taking a long time to process? I'm noticing about 7-20 seconds to handle a fetch. It's not an issue with my computer or...
Calling delete on a non-existing id need not throw an error. In that way, the endpoint would be idempotent. i.e., calling it multiple times won't be an issue.
I'm able to update a record using `curl -X PUT` with a 34KB JSON file, but as soon as the file hits 35KB, I see: `{"message":"JSON body is too large....
I get this heroku application error whenever I try to get data from my jsonbox @vasanthv . I'm not sure what the issue is. 
It could be interesting to add a hard cap of maximum records inserted, also letting users specify a cap (if lower than the max setting).
Similar to https://github.com/vasanthv/jsonbox/commit/6a96ce7d46afd59cf76f7ab8d6ac0e51d85a8853 for size limit.
- `true` - `false` - `null` - `"true"` - `"false"` - `"null"` These are all valid JSON values, but can't all be queried at present. Right now, `true` and `false`...