"string"
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-form/form/formBusSet/v1/getJson' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
{
"array": true,
"bigDecimal": true,
"bigInteger": true,
"binary": true,
"boolean": true,
"containerNode": true,
"double": true,
"empty": true,
"float": true,
"floatingPointNumber": true,
"int": true,
"integralNumber": true,
"long": true,
"missingNode": true,
"nodeType": "ARRAY",
"null": true,
"number": true,
"object": true,
"pojo": true,
"short": true,
"textual": true,
"valueNode": true
}