yikes
v0.1.3
Published
A light, incremental YAML parser that supports the same types as JSON ( JSON Schema of YAML )
Downloads
8
Readme
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.