rsjson-lua 0.3.0

a json lua module using the serde-json rust crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# rsjson-lua

[![LuaRocks](https://img.shields.io/luarocks/v/benniekiss/rsjson-lua)](https://luarocks.org/modules/benniekiss/rsjson-lua)
[![crates.io](https://img.shields.io/crates/v/rsjson-lua)](https://crates.io/crates/rsjson-lua)
[![docs.rs](https://img.shields.io/docsrs/rsjson-lua)](https://docs.rs/rsjson-lua/latest/rsjson/)

*A JSON Lua module using [`serde-json`](https://github.com/serde-rs/json) via
[`mlua`](https://github.com/mlua-rs/mlua)*

## Documentation

- [Usage]docs/usage.md
- [Benchmarks]docs/bench.md

## See Also

- [serde-json]https://github.com/serde-rs/json