/
auroraos
/
mirror_libpostal
Обзор
Документация
Войти
/
auroraos
/
mirror_libpostal
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
src/json_encode.h
14 строк
232 B
Al
[api] Simple JSON encoding for strings, UTF-8 rather than Unicode
17 дек 2015, 20:25
17 дек 2015, 20:25
41ea105
Код
Авторство
О чём код?
#ifndef JSON_ENCODE_H #define JSON_ENCODE_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include "collections.h" #include "string_utils.h" #include "utf8proc/utf8proc.h" char *json_encode_string(char *str); #endif