Skip to content

opethe1st/GoJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My implementation of the Json specification in Go

DONT USE IN PRODUCTION :D I wrote this to practise Go.

What's left?

  • Handle whitespace ✅
  • Handle boolean and null literals ✅
  • Handle number literals ✅
  • Handle string escapes ✅
  • Benchmark against the standard libraries implementation ✅
  • Study the standard libraries implementation ✅
  • Error handling
  • Write about how I implemented the JSON spec in Go. Focus on what was difficult and what I learned.
  • Write the dump function - > (easy? how do we know the type of the object being pointed to?)

Releases

No releases published

Packages

No packages published

Languages