c_minifyString

Minify the given JSON string using C ABI.

extern (C)
c_minifyString
(
in char* jsonCString
,
in bool hasComment = false
)

Parameters

hasComment bool

a boolean to support comments in json. Default: false.

Return: the minified json string

Meta