mtabini / go-safejson

A failsafe JSON serializer for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-safejson

provides a facility to selectively export data from Go to JSON. It's designed for scenarios in which it is desirable to only allow certain data to be exported during a marshaling operation in a failsafe manner.

Docs are available on godoc

About

A failsafe JSON serializer for Golang

License:MIT License


Languages

Language:Go 100.0%