vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 171 forks source link

Fixed bug when commas are inside queries #31

Closed BastianKubaile closed 4 years ago

BastianKubaile commented 5 years ago

Fixes #28. The idea is from @tmokenc, but his solution wasn't bug free. This code should work.

vasanthv commented 5 years ago

@BastianKubaile Now it will still be not working if we want to search a string with :. Need to figure out if there is a better way to handle it.