20 lines
303 B
Text
20 lines
303 B
Text
---
|
|
source: src/lib.rs
|
|
expression: "p.parse(Lexer::new(\"foo.bar.baz\"))"
|
|
|
|
---
|
|
Ok(
|
|
JsonAccess(
|
|
JsonAccess(
|
|
VarRef(
|
|
"foo",
|
|
),
|
|
Literal(
|
|
"bar",
|
|
),
|
|
),
|
|
Literal(
|
|
"baz",
|
|
),
|
|
),
|
|
)
|