/lkml

A speedy LookML parser & serializer implemented in Typescript (port of joshtemple/lkml)

Primary LanguageTypeScriptMIT LicenseMIT

lkml

A speedy LookML parser and serializer implemented in Typescript (port of 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.