@tesseract-js/lib-rql
v0.1.0
Published
## HTTP query string serialization/parsing
Readme
What's not included
HTTP query string serialization/parsing
Due to the lack of universally adopted standard of representing deeply nested objects within HTTP query string, this library doesn't implement any specific approach.
You should rely on a supported in your stack way of mapping nested objects to query string and vice versa.
As an alternative, you may always stick with using JSON.
See:
- https://github.com/OAI/OpenAPI-Specification/issues/1706
- https://swagger.io/docs/specification/serialization/
Inspired by
- https://dev.wix.com/docs/rest/articles/getting-started/api-query-language
- https://github.com/a8m/rql
- https://github.com/goodybag/mongo-sql
- https://github.com/crcn/sift.js
