Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mtoohey31/json2lua

An SPA using the tree-sitter wasm binding that converts JSON to Lua objects, useful for Neovim configuration with init.lua.
https://github.com/mtoohey31/json2lua

json lua svelte tailwindcss tree-sitter

Last synced: 22 days ago
JSON representation

An SPA using the tree-sitter wasm binding that converts JSON to Lua objects, useful for Neovim configuration with init.lua.

Awesome Lists containing this project

README

        

# JSON2Lua

An SPA using the [tree-sitter wasm binding](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web) that converts JSON to Lua objects, useful for Neovim configuration with `init.lua`.

## Roadmap

- [ ] Display errors
- [ ] Syntax highlighting
- [ ] Prettified Lua with StyLua, if it can be compiled to wasm (there's a note about this in [JohnnyMorganz/StyLua#193](https://github.com/JohnnyMorganz/StyLua/issues/193))