utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
698 stars 63 forks source link

Escaping periods in key paths? #137

Closed JetForMe closed 5 years ago

JetForMe commented 5 years ago

I love that you support key paths (e.g. obj.value(for: "foo.bar.baz"), but unfortunately our back-end guys chose to use keys with periods in them. Is there any way to escape a period?

bwhiteley commented 5 years ago

Implemented in #138