01mf02 / jaq

A jq clone focussed on correctness, speed, and simplicity
MIT License
2.61k stars 63 forks source link

chore(Val): impl (de)serializer #175

Closed ssddOnTop closed 2 months ago

ssddOnTop commented 2 months ago

This pr adds serializer and de-serializer for val

TODO:

ssddOnTop commented 2 months ago

I know you are planning for ValT but I think it would be better implement serde for Val, it will eventually give more flexibly and maintainability to users

if you like the approach, I will add some tests and mark it ready for review

Edit: I misunderstood use of ValT. Lmk if this PR is relevant at all.