4D v14.3Selection to JSON |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Selection to JSON
Selection to JSON
The Selection to JSON command returns a JSON string containing the values of the fields for the current selection of aTable. If you only pass the aTable parameter, the command includes, in the JSON string, the values of all the fields of the table that can be expressed in JSON. BLOB and Picture type fields are ignored. If you do not want to include all the fields of aTable, you can use either the aField parameter or the template parameter: You want to create a JSON string representing this selection: 1) You want to include the values of all the fields of the [Members] table: $jsonString :=Selection to JSON([Members]) 2) You want to reduce the selection and only include two fields in the JSON string by using the syntax based on fields: QUERY([Members];[Members]LastName="A@") 3) You only want to include one field in the JSON string by using the template syntax: C_OBJECT($template) |
PROPERTIES
Product: 4D
HISTORY
SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v14 R2) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||