yikes

v0.1.3
A light, incremental YAML parser that supports the same types as JSON ( JSON Schema of YAML )
yaml ast incremental json

Yikes!

Yet another yaml parser, ( but incremental! ). The fastest way to propagates changes in a YAML string into an ImmutableJS structure.

Because of reasons.

In JavaScript....

We cannot natively work with YAML we need to convert it into a javascript structure, much like JSON. Moreover, we're cool people. And we want to convert that into an ImmutableJS structure, which can be expensive. So the idea is to make an AST parser, that is evented - spitting out incremental changes.

TODO: Get an example

PS: Lots of early releases, were just me testing npm hooks API. Built a simple slack webhook, and needed raw data. :D

npm i yikes

Metadata

  • MIT
  • Whatever
  • Josh Ponelat
  • released 6/18/2017

Downloads

Maintainers