aquavm/crates/testing-framework
Ivan Boldyrev f630089895 JSON in the assertion parser doens't have be last
We used nom's `rest` for JSON values.  Now we have crude JSON parser
that recogines JSON to be parsed with serde_json.
2022-11-02 15:27:13 +04:00
..