Skip to content

MarioBassem/json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser

This is a json parser package. I build it just for learning purposes.

Only exported function is Parse(b []byte). It parses json text and returns a map[string]interface{} and an error if any.

  • All numbers are treated as float64 numbers.
  • Arrays are fed into a list of interafces []interface{}
  • Objects are fed into a map[string]interface{}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages