| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Fast, memory efficient dump of JSON in stream
Source position: fpjson.pp line 146
public procedure TJSONData.DumpJSON(  | 
S: TFPJSStream  | 
);  | 
S  | 
  | 
Stream to write JSON to  | 
DumpJSON writes the data as a JSON string to the stream S. No intermediate strings are created, making this a more fast and memory efficient operation than creating a string with TJSONData.AsJSON and writing it to stream.
None.
  | 
Return a formatted JSON representation of the data.  | 
|
  | 
Return a JSON representation of the value  |