Action
- New Blank JSON
Create a New blank JSON object in memory.
- Load from a File (TEXT)
Load the data from a JSON File.
- Save to a File
Save the JSON data from memory to a file (choose either Text or MessagePack format).
- Cpy: JSON to Backup
Copy the backup of the currently edited JSON data to memory
- Rstr: JSON frm Bkup
Restore JSON data from the backup in memory
- Clear: Bkup JSON Data
Erase JSON data stored in the memory backup area
- Cre. Arr: Data Auto Fill
Create a new array, with data auto-fill options
- Cre. Array: Boolean
Creating a One-Dimensional Array Filled with Boolean Values
- Cre. Arr. RGX Ex.Subm.
Exporting Submatches Obtained from Exact Match Search in Regular Expressions to a JSON Array
- Cre. Arr. RGX Pa.Subm.
Exporting Submatches Obtained from Partial Match Search in Regular Expressions to a JSON Array
- Cre. 2D-Arr: Oi Info
Create a new two-dimensional array and store instance information in it.
- OverWrite: w. Boolean
Override the specified value in the path: Boolean
- OverWr.: Seq. Num. 2DAr.
Overwrite with Sequential numbering in a path-specified JSON 2-dimensional array element.
- Set Target JSON Pointer
Set Targeted JSON Pointer
- TgtJsp: Arr.: OverWr. Bool
Targeted JSON Pointer: use a Boolean to overwrite a value
- TgtJsp: Arr.: PushBa. Str
Add an element to the end of an array and assign a string
- Batch Assign: Oi AltVal
Assign a value to Alterable Values[n] of the object instance.
- Batch Assign: Oi AltStr
Assign a string to Alt String[n] of the object instance.
- Batch Assign: Oi Flag
Assign a boolean value to Flag[n] of the object instance.
- Cre. 2D-Arr: MvTgt Oi Xy
MvtUtil: Creation of a new two-dimensional array, storing the XY coordinates of mvt.Target in the array
- Cre. 2D-Arr: MvPrs Oi Xy
MvtUtil: Creation of a new two-dimensional array, storing the XY coordinates of mvt.Pursuer in the array
- Cre. Arr.: MvTgt Oi Fixed
MvtUtil: Create a new JSON array and export the fixed values of mvt.Target.
- Cre. Arr.: MvPrs Oi Fixed
MvtUtil: Create a new JSON array and export the fixed values of mvt.Pursuer.