Javey/Intact

Support set/get property which name has dot

Javey opened this issue · 0 comments

Javey commented
instance.set('["a.a"]', 1) // {'a.a': 1}
instance.get('["a.a"]') // 1