µjson — A minimal JSON parser and transformer in Goby@olvrng

µjson — A minimal JSON parser and transformer in Go

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

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

@olvrng

Oliver Nguyen

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


Receive Stories from @olvrng

react to story with heart
Oliver Nguyen HackerNoon profile picture
by Oliver Nguyen @olvrng.I’m a software maker working mostly in Go and JavaScript. Share knowledge and thoughts during my journey.
Read more on my blog

RELATED STORIES

L O A D I N G
. . . comments & more!