You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blockvote/node_modules/oboe
STRIV1 f8251e172e
1
1 year ago
..
dist 1 1 year ago
local_notes 1 1 year ago
.dir-locals.el 1 1 year ago
.npmignore 1 1 year ago
.travis.yml 1 1 year ago
CONTRIBUTING.md 1 1 year ago
Gruntfile.js 1 1 year ago
LICENCE 1 1 year ago
README.md 1 1 year ago
component.json 1 1 year ago
index.js 1 1 year ago
jasmine.json 1 1 year ago
logo.png 1 1 year ago
package.json 1 1 year ago
webpack.config.js 1 1 year ago
webpack.config.node.js 1 1 year ago

README.md

Oboe.js is an open source Javascript library for loading JSON using streaming, combining the convenience of DOM with the speed and fluidity of SAX.

It can parse any JSON as a stream, is small enough to be a micro-library, doesn't have dependencies, and doesn't care which other libraries you need it to speak to.

We can load trees larger than the available memory. Or we can instantiate classical OOP models from JSON, or completely transform your JSON while it is being read.

Oboe makes it really easy to start using json from a response before the ajax request completes. Or even if it never completes.

Where next?