setJSON

actual open override fun setJSON(json: String): MutableDictionary(source)
expect open override fun setJSON(json: String): MutableDictionary(source)

Populate a dictionary with content from a JSON string. Setting the dictionary content will replace the current data including any existing Array and Dictionary objects.

Return

this Document instance

Parameters

json

the dictionary object.

actual open override fun setJSON(json: String): MutableDictionary(source)

Populate a dictionary with content from a JSON string. Setting the dictionary content will replace the current data including any existing Array and Dictionary objects.

Return

this Document instance

Parameters

json

the dictionary object.

actual open override fun setJSON(json: String): MutableDictionary(source)