json_serial_to_string
- Синтаксис
-
native json_serial_to_string(const JSON:value, buffer[], maxlen, bool:pretty = false);
Переменная | Описание |
---|---|
value |
JSON handle |
buffer |
Buffer to copy string to |
maxlen |
Maximum size of the buffer |
pretty |
True to format pretty JSON string, false to not |
- Описание
- Copies serialized string to the buffer.
- Возвращает
- The number of cells written to the buffer