Skip to content

brandoncarl/universql-js-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

JavaScript parser that transforms Universql string queries into object queries.

This library should not be used on its own, but rather as part of universql-js

Installation

$ npm install universql-parser

Example

var Parser = require("universql-parser");
var query = Parser.parse("albums{artist,album_name}?artist='Daft Punk'")

About

Parser for Universal Query Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages