An open API service indexing awesome lists of open source software.

https://github.com/prettymuchbryce/json-uuid


https://github.com/prettymuchbryce/json-uuid

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Extends satori/go.uuid.NullUUID with better JSON Marshalling.

Until https://github.com/satori/go.uuid/pull/44 is merged, the NullUUID will always be marshalled to JSON as an object with `UUID` and `Valid` properties, rather than a single field with a value of null or a string.