Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 303 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 303 Bytes

simplejson

A Go package to interact with arbitrary JSON. Forked from bitly/go-simplejson.

Solves the following issues from the original library:

  • #25 (return *Json instead of interface{})

  • #15 (rename Must* methods)

See docs for usage.