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
Hi, this is a cool crate! I'm submitting a feature request, which is the ability to deserialize into lexpr::Value. It would be nice to have this for the same reason that it's useful in serde_json: sometimes you want to validate/parse certain parts of an object, but allow other parts of it to be unstructured data. Right now, I can't find an easy way to do that.
The text was updated successfully, but these errors were encountered:
Hi, this is a cool crate! I'm submitting a feature request, which is the ability to deserialize into
lexpr::Value
. It would be nice to have this for the same reason that it's useful inserde_json
: sometimes you want to validate/parse certain parts of an object, but allow other parts of it to be unstructured data. Right now, I can't find an easy way to do that.The text was updated successfully, but these errors were encountered: