spf13--viper/internal/encoding
Adrian Maurer 29eaef3bf7
feat: add cue encoder (#1)
* feat: add cue encoder

* wip: cleanup and comments

* fix: extensions

fix: remove print statement (#3)

fix: marshal val to byte

fix: straight decode
2021-07-22 11:29:09 -04:00
..
cue feat: add cue encoder (#1) 2021-07-22 11:29:09 -04:00
hcl feat(encoding): Add hcl codec 2021-06-25 14:26:08 +02:00
json feat(encoding): Add json codec 2021-06-25 14:26:08 +02:00
toml feat(encoding): Add toml codec 2021-06-25 14:26:08 +02:00
yaml feat(encoding): Add yaml codec 2021-06-25 14:26:08 +02:00
decoder.go feat(encoding): Encoder/Decoder registry implementations 2021-06-25 14:26:08 +02:00
decoder_test.go feat(encoding): Encoder/Decoder registry implementations 2021-06-25 14:26:08 +02:00
encoder.go feat(encoding): Encoder/Decoder registry implementations 2021-06-25 14:26:08 +02:00
encoder_test.go feat(encoding): Encoder/Decoder registry implementations 2021-06-25 14:26:08 +02:00
error.go feat(encoding): Encoder/Decoder registry implementations 2021-06-25 14:26:08 +02:00