1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-01-19 06:24:11 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Anders Björklund
cf8cfbd865
Allow build without json and xml support ()
* Refactor ordered_map into separate files

Separate json and xml, from the regular yaml.

Makes it possible to compile, without those...

* Refactor encoder and decoder creation

Use more consistent parameters vs globals

Return errors instead of calling panic()

* Allow build without json and xml support
2023-03-01 13:19:06 +11:00
Mike Farah
1d35134310 Unwrap scalar now works for JSON encoding when explicitly set 2022-11-10 19:21:18 +11:00
Mike Farah
b9a1ef89fe
Added NDJSON decoder () 2022-07-27 12:26:22 +10:00
Mike Farah
fbe49c3700 Added colors to json output 2022-05-22 21:19:59 +10:00
Mike Farah
26356ff4be Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
Mike Farah
ec8ef312ef
Added XML encoding/decoding ()
* Added XML encoding/decoding

* Minor fixes

* Improve yq doc

* Lint
2022-01-15 11:57:59 +11:00