An open API service indexing awesome lists of open source software.

https://github.com/lyonbot/lcml

LCML is a markup language, like "JSON" with "mustache" expression -- You can use {{ expression }} to notate dynamic values.
https://github.com/lyonbot/lcml

dsl json low-code mustache template-engine

Last synced: 5 months ago
JSON representation

LCML is a markup language, like "JSON" with "mustache" expression -- You can use {{ expression }} to notate dynamic values.

Awesome Lists containing this project

README

          

# LCML -- JSON with expressions

Low-Code Markup Language (DSL) presents values with Dynamic Expressions. It is a superset of human readable JSON.

[Demo](https://lyonbot.github.io/lcml/)

## packages

- [`lcml` - main package](./packages/lcml)
- [`lcml-demo` - playground](./packages/lcml-demo)