paint-brush
µjson — A minimal JSON parser and transformer in Goby@olvrng
234 reads

µjson — A minimal JSON parser and transformer in Go

by Oliver Nguyen9mJanuary 9th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

A software maker specialized in JavaScript and Go, I'm building OctoX - a browser extension for navigating GitHub. The package is a minimal JSON parser and transformer that works on unstructured (and trusted) JSON. It works by parsing input and calling the given callback function when encountering each item. The function is called when an object key/value or an array key is encountered. It receives 3 parameters in order: key, value, key, open bracket, value and bracketed character.

Company Mentioned

Mention Thumbnail
featured image - µjson — A minimal JSON parser and transformer in Go
Oliver Nguyen HackerNoon profile picture
Oliver Nguyen

Oliver Nguyen

@olvrng

I’m a software maker working mostly in Go and JavaScript. Share knowledge and thoughts during my journey.

About @olvrng
LEARN MORE ABOUT @OLVRNG'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Oliver Nguyen HackerNoon profile picture
Oliver Nguyen@olvrng
I’m a software maker working mostly in Go and JavaScript. Share knowledge and thoughts during my journey.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here