Skip to content
Branch: master
Go to file
Clone

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

Topics

Resources

License

You can’t perform that action at this time.