You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is possible to support other format beside json (yaml for example).
Yeah that's actually why xq is prefixed by x instead of j. Though I neglected this for quite a while since it has a limitation (it has to have multi-document support) and I don't know each format enough.
I found xq use serde as its deserializer, so it is possible to support other format beside json (yaml for example).
and one more step, support schemaless data with additional schema
cat b.bin | xq --fmt bincode --schema my-bincode-schema.json --schema-fmt json
The text was updated successfully, but these errors were encountered: