Skip to content

Lebonesco/json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser

-Each node is identified by a hash generated by its string path

-each hash then maps to a struct that stores swap 'Node' pointer to comparison function, filter info

Notes:

Go strings typically encoded in UTF-8. String is immutable array of bytes.

ranging over a string with a for loop returns runes.

About

A Json Lexer and Parser written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages