Jeffail/gabs

Doesn't work when key contains dot (".")

Closed this issue · 1 comments

{"classes":10796,"classes.loaded":10796}

will work with "classes", but not with "classes.loaded"

Hey @jacob-koren, you can still use the non dot-notation APIs, so for example the following should still work:
j.Search("classes.loaded")
j.Set(10796, "classes.loaded")