https://github.com/prettymuchbryce/json-uuid
https://github.com/prettymuchbryce/json-uuid
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prettymuchbryce/json-uuid
- Owner: prettymuchbryce
- License: mit
- Created: 2017-07-30T20:41:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T20:45:43.000Z (almost 9 years ago)
- Last Synced: 2025-08-14T17:54:24.954Z (11 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.