Difference between revisions of "PRINT JSON()"

From Recital Documentation Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
==Syntax==
 
==Syntax==
PRINT_HTML(<object-ref>)
+
PRINT_JSON(<object-ref>)
  
  

Revision as of 14:58, 16 October 2012

Purpose

Display object in JavaScript Object Notation (JSON)


Syntax

PRINT_JSON(<object-ref>)


See Also

ACLASS(), ADDPROPERTY(), AMEMBERS(), CLASS, CLASS - Methods, CLASS - Parameters, CLASS - Properties, CLASS - Scoping, COMPOBJ(), CREATEOBJECT(), DEFINE CLASS, DISPLAY CLASSES, DODEFAULT(), FOREACH, LIST CLASSES, LOADOBJECT(), METHOD, NEWOBJECT(), OBJECT(), PRINT_HTML(), PRINT_R(), PRINT_XML(), REMOVEPROPERTY(), REQUIRE_ONCE(), SAVEOBJECT(), SQL SELECT, WITH


Description

The PRINT_JSON() function is used to display the specified object, <object-ref>, in JavaScript Object Notation (JSON).


Example

open database southwind
select * from shippers into object shipobj
print_html(shipobj)
shipobj:{row1:{shipperid:1,companyname:"Speedy Express",phone:"(503) 555-9831"},
	row2:{shipperid:2,companyname:"United Package",phone:"(503) 555-3199"},
	row3:{shipperid:3,companyname:"Federal Shipping",phone:"(503) 555-9931"}}


Products

Recital, Recital Server, Recital Web