Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawelwritescode/df
Library for working with different data formats
https://github.com/pawelwritescode/df
Last synced: 16 days ago
JSON representation
Library for working with different data formats
- Host: GitHub
- URL: https://github.com/pawelwritescode/df
- Owner: pawelWritesCode
- License: mit
- Created: 2023-03-09T11:18:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-09T11:20:46.000Z (over 1 year ago)
- Last Synced: 2024-06-21T06:06:23.618Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
[![Go Reference](https://pkg.go.dev/badge/github.com/Testing-toolkits/dataformat.svg)](https://pkg.go.dev/github.com/Testing-toolkits/dataformat)
## Dataformat
Package contains constants that names few commonly used data formats, like
* JSON
* XML
* YAMLand functions to check whether input data with some __significant probability__ matches given format.
### Warning
Functions from that package __should not be used in production code__.