0.1.0 • Published 7 months ago

@tesseract-js/lib-rql v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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:

Inspired by