PSJ. - JSON Operations

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > JSON - Parser > Parser-Operations >

PSJ. - JSON Operations

Library State and Settings

Top


SPR Script Language

 

Library State and Settings

Commands to manage the JSON library's lifecycle and behavior.

 

Intention

 

The commands in this section control the fundamental state and global behavior of the JSON library. They are used to initialize and reset the library's memory, and to configure settings that affect how other commands operate, such as automatically copying results to the system clipboard.

 

Proper use of these commands, especially PSJ.Reset, is crucial for managing memory and ensuring a clean state between different script tasks.

 

Commands in this Section

 

PSJ.Reset - Shuts down the library, freeing all memory and handles. Essential for cleanup.

PSJ.SetClipOutput - Enables or disables the automatic copying of certain WSTRING results to the clipboard.

PSJ.GetClipOutput - Checks the current state of the clipboard output setting.