jsonbox icon indicating copy to clipboard operation
jsonbox copied to clipboard

HTTP-based JSON storage.

Results 13 jsonbox issues
Sort by recently updated
recently updated
newest added

**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...

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. ![image](https://user-images.githubusercontent.com/60828015/98543455-85af6000-2260-11eb-89d4-da2f0e053b68.png)

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`...