lkml
Version:
A speedy LookML parser & serializer implemented in Typescript (port of joshtemple/lkml)
5 lines (3 loc) • 391 B
Markdown
# lkml
A speedy LookML parser and serializer implemented in Typescript (port of [joshtemple/lkml](https://github.com/joshtemple/lkml)).
`lkml.load` parses LookML strings to Javascript objects or JSON strings. `lkml.dump` serializes (generates) LookML strings from Javascript objects. Please see the excellent documentation for joshtemple's Python implementation to understand how it works.