src/json.c

changeset 1040
1ecf4dbbc60c
parent 1037
83620ba72cc1
equal deleted inserted replaced
1039:ec62453fc8a6 1040:1ecf4dbbc60c
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include "cx/json.h"
30
29 #include <string.h> 31 #include <string.h>
30 #include <ctype.h> 32 #include <ctype.h>
31 #include <assert.h> 33 #include <assert.h>
32 #include <stdio.h> 34 #include <stdio.h>
33 #include <errno.h> 35 #include <errno.h>
34
35 #include "cx/json.h"
36 36
37 /* 37 /*
38 * RFC 8259 38 * RFC 8259
39 * https://tools.ietf.org/html/rfc8259 39 * https://tools.ietf.org/html/rfc8259
40 */ 40 */

mercurial