json-writer 0.3.0

Simple and fast crate for writing JSON to a string without creating intermediate objects
Documentation
1
2
3
4
5
6
7
# json-writer-rs

[![CI](https://github.com/zotta/zotta/actions/workflows/ci.yaml/badge.svg)](https://github.com/zotta/json-writer-rs/actions/workflows/ci.yaml)
[![license](https://img.shields.io/github/license/zotta/json-writer-rs?color=blue)](./LICENSE)
[![Current Crates.io Version](https://img.shields.io/crates/v/json-writer.svg)](https://crates.io/crates/json-writer)

Simple and fast JSON writer for Rust.