Skip to content

A "lepton" JSON parser for study only. Original project tutorial from Milo Yip.

License

Notifications You must be signed in to change notification settings

mrn3088/leptjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leptjson

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
  • API design