serde for Entry/Table/Statement/Value

This commit is contained in:
Robin Appelman 2023-12-18 22:39:37 +01:00
commit d7d26f530a
14 changed files with 367 additions and 72 deletions

View file

@ -3,6 +3,6 @@ source: tests/parse.rs
expression: parsed
---
{
"bar": Value("asd"),
"foo": Value("1"),
"bar": "asd",
"foo": "1",
}