izackwu / leptjson

A tiny JSON parser, built for study only.

Home Page:https://github.com/miloyip/json-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leptjson

Codacy Badge Build Status GitHub

A tiny JSON parser, built for study only.

Features

  • In compliance with JSON standards
  • Implementing a recursive descent parser from scratch
  • Using standard C language
  • Support for Unicode via UTF-8 encoding
  • Test driven development
  • and more, see here

Summary

Summary of Project Leptjson (in Chinese)

Reference

This project mainly follows miloyip's tutorial.

About

A tiny JSON parser, built for study only.

https://github.com/miloyip/json-tutorial

License:MIT License


Languages

Language:C 99.4%Language:CMake 0.6%