https://github.com/zillow/zfmt
A configure driven marshaller/unmarshaller that handles a number of serialization constructs (json, proto, avro, etc)
https://github.com/zillow/zfmt
Last synced: 9 months ago
JSON representation
A configure driven marshaller/unmarshaller that handles a number of serialization constructs (json, proto, avro, etc)
- Host: GitHub
- URL: https://github.com/zillow/zfmt
- Owner: zillow
- License: apache-2.0
- Created: 2024-07-22T17:22:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T05:00:55.000Z (10 months ago)
- Last Synced: 2025-09-12T07:05:39.174Z (10 months ago)
- Language: Go
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# zfmt
[](https://github.com/zillow/zfmt/blob/main/LICENSE)
[](https://github.com/zillow/zfmt/actions/workflows/go.yml)
[](https://codecov.io/gh/zillow/zfmt)
## Installation
`go get -u github.com/zillow/zfmt`
## About
A module which defines several concrete `Formatter` types responsible for serializing/deserializing objects.
The module centralizes this functionality and is leveraged by several zillow transport libs for use in configuration
driven serialization.