Initializing help system before first use

jsonsave

Purpose
Save a JSON document.
Synopsis
procedure jsonsave(doc:xmldoc, fname:text)
Arguments
doc 
Document to save
fname 
Destination file name
Further information
1. This routine generates a JSON file from the provided xmldoc object. It is assumed that the document is built according to the JSON conventions (See Section JSON document as an XML tree). The result is undefined if the conventions are not respected.
2. This procedure does not require that the elements of the tree are typed using the "jst" attribute: the type is deduced from the value of the node when this attribute is missing. Moreover, both object member naming conventions can be used: when outputing an object, the member name can be taken either from the element name or from the attribute "name". If both are available, the attribute takes precedence.
3. An IO error will be raised if the destination file cannot be accessed.
Related topics
Module

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.