Loading

JSONCOMPACT

platform

The JSONCOMPACT function configures the stack to output compact JSON format. This means the generated JSON will contain no line return and no space which makes it perfect to exchange data between programs.

By default, the generated JSON is compact.

JSONCOMPACT is available since version 2.8.0.

See also

Signatures

Examples

JSONCOMPACT { 'a' 1 'b' 2 }