Converts a unsafe.JValue to a Javascript object/value that can be used within Javascript
Converts a unsafe.JValue to a Javascript object/value that can be used within Javascript
Converts a unsafe.JValue to a ast.JValue.
Converts a unsafe.JValue to a ast.JValue. Note that when converting unsafe.JNumber, this can throw runtime error if the underlying string representation is not a correct number. Also when converting a ast.JObject to a ast.JObject, its possible to lose data if you have duplicate keys.
Represents a JSON Boolean true value