Package Exports
- json-api-mongo-parser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (json-api-mongo-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
json-api-mongo-parser
JSON API query parser for MongoDB/Mongoose queries.
WIP
Installation
npm install --save json-api-mongo-parserUsage
Some examples are available in tests folders
More examples are coming soon.
Requirements
json-api-mongo-parser only use ECMAScript 2015 (ES6) features supported natively by Node.js 4 and above (ECMAScript 2015 (ES6) | Node.js). Make sure that you have Node.js 4+ or above.