Search
📙

Json

This document describes the Json Encode and Decode in block coding.
Index

Json Block

1) Json Encode

Use to convert the entered data into Json format.
Example of using a block

2) Json Decode

Use to convert Json-type data into Decoded data.
Example of using a block

3) Option Block

Provide Json encoding and decoding options.
Encode Options
Decode Options
UNESCAPED_UNICODE UNESCAPED_SLASHES FORCE_OBJCET NUMERIC_CHECK PRESERVE_ZERO_FRACTION
OBJECTS_AS_ARRAY BIGINT_AS_STRING
The Json Encode/Decode option is PHP-based. Please refer to the following link.