Water 5-Formatting and Serializing-Format Other
method to_js
Contract
Return typewob
No input parameters.
Water Contract
<method to_js/>
Converts Water object into a string of JavaScript source that represents a JavaScript object.
<thing x="foo" z=<thing 0=33/> y=true a=null/>.<to_js/>
'{x:"foo", a:null, z:{0:33}, y:true}'