Difference between revisions of "JSONDATASTRING()"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under Construction''")
 
Line 1: Line 1:
 
''Under Construction''
 
''Under Construction''
 +
 +
==Purpose==
 +
Function to return a JSON data string
 +
 +
==Syntax==
 +
JSONDATASTRING()
 +
 +
==See Also==
 +
[[BASE64_DECODE()]], [[BASE64_ENCODE()]], [[Database Events]], [[JSON_DECODE()]], [[JSON_DECODE_FILE()]], [[JSON_ENCODE()]], [[PRINT_JSON()]]
 +
 +
==Description==
 +
The JSONDATASTRING() function is used to return a JSON data string.
 +
 +
==Example==
 +
<code lang="recital">
 +
 +
</code>
 +
 +
[[Category:Documentation]]
 +
[[Category:Functions]]
 +
[[Category:JSON Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Revision as of 08:31, 20 October 2016

Under Construction

Purpose

Function to return a JSON data string

Syntax

JSONDATASTRING()

See Also

BASE64_DECODE(), BASE64_ENCODE(), Database Events, JSON_DECODE(), JSON_DECODE_FILE(), JSON_ENCODE(), PRINT_JSON()

Description

The JSONDATASTRING() function is used to return a JSON data string.

Example