The client SDKs except JavaScript SDK has a method to retrieve all keys of KiiObject:
Android SDK: KiiBaseObject#kiiSet
iOS SDK: KiiObject#dictionaryValue.allKeys
Unity SDK: KiiBaseObject#Keys
We could use _customInfo
to access underlying dictionary, but it is private property. Why is there no KiiObject#keys
in the JavaScript SDK?