jsonbox
jsonbox copied to clipboard
50kb limit is actually 35kb?
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. Should be less than 50KB"}. Am I doing something wrong, or is this a bug?
Thanks in advance!
Any updates on the limit?