Skip to content

[feature request] multi-format support #44

@hh9527

Description

@hh9527

I found xq use serde as its deserializer, so it is possible to support other format beside json (yaml for example).

cat a.yaml | xq --fmt yaml
cat b.data | xq --fmt msgpack

and one more step, support schemaless data with additional schema

cat b.bin | xq --fmt bincode --schema my-bincode-schema.json --schema-fmt json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions