Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with katl-commons 4.0.17

...

Parameter name

Type

Required

Description

<any struct, array or primitive type>

variable: primitive type, array or struct

Yes

The variable to be converted to JSON.

convertEmptyFieldsbooleanNoFlag that indicates if empty fields should be converted (if missing or true) or excepted
writeNullbooleanNo

If true: an empty field will have null value - ex: "emptyField": null

If false: an empty field will have empty string value - ex: "emptyField": ""

Note: the behavior described above applies only for the convertEmptyFields flag set to true.

Return type

string

Example

...

You can look at this routine as the preparatory one for the integration with other systems. You build your data structure and then you convert your struct to json to be sent to an external system. 

Code Block


See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "http_support"
labelsjira_project_routine

...