How to get properties of JSValue in JavascriptCore

Issue #179

1
2
let rough = context.objectForKeyedSubscript("myObject")
myObject.toDictionary()

Comments