Skip to content

JSON_LOG_DBG

Jurek Muszyński edited this page Sep 12, 2018 · 1 revision

void JSON_LOG_DBG(JSON json)

Description

Logs JSON object content on DBG level. For now it only prints content of the simple types, whereas for record and array it prints the addresses of the sub-records.

Returns

None

Example

Clone this wiki locally