Jeff Watkins

Results 2 issues of Jeff Watkins

It seems like the order of left & right is backwards for the DotAccessor. For example, "foo.baz.bar" yields: ``` left= "bar" (Johnson::Nodes::Name) right= "foo.baz" (Johnson::Nodes::DotAccessor) ``` It's not **really** a...

parser

Provide a Codable implementation for JSONObject — a wrapper around a dictionary of String → Any. This makes it possible to define and share structs for the requests between the...