JSPM

  • Created
  • Published
  • Downloads 495073
  • Score
    100M100P100Q166555F
  • License BSD

Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish

Package Exports

  • oboe

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 (oboe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 a 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?