From c3a1d188d20a0781d30c32540aa792c1b395eafc Mon Sep 17 00:00:00 2001
From: He Liu
set a json value quickly
+set a json value quickly
SJSON is a Go package that provides a [very fast](#performance) and simple way to set a value in a json document. The purpose for this library is to provide efficient json updating for the [SummitDB](https://github.com/tidwall/summitdb) project. For quickly retrieving json values check out [GJSON](https://github.com/tidwall/gjson).