Skip to content

feliixx/mongoextjson

Repository files navigation

codecov Go Report Card go.dev reference

mongoextjson

A package to encode/decode MongoDB extended JSON. Compatible with the official go driver (https://github.com/mongodb/mongo-go-driver)

credits

This package is based on the code from the package go-mgo/mgo/internal/json written by Gustavo Niemeyer (@niemeyer), witch is itself based on an old version of the json package of the go standard library.