Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
* YAML

and 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__.