Library namespace. More...
Classes | |
| class | JsonValueTempl |
| Класс для представления json значения. More... | |
| struct | StreamedJsonParser |
| Parser for text in JsonValue. Allows you to parse JSON in chunks of text. For example, data comes in packets from the network, feed them to processChunk until we get the result. More... | |
Typedefs | |
| using | JsonValue = JsonValueTempl<u8s> |
| using | JsonValueW = JsonValueTempl<uws> |
| using | JsonValueU = JsonValueTempl<u16s> |
| using | JsonValueUU = JsonValueTempl<u32s> |
Functions | |
| SIMJSON_API stringa | get_file_content (stra filePath) |
| Read the file into a line. | |
Library namespace.
| using simjson::JsonValue = JsonValueTempl<u8s> |
Alias for JsonValue with u8s characters.
| using simjson::JsonValueU = JsonValueTempl<u16s> |
Alias for JsonValue with u16s characters.
| using simjson::JsonValueUU = JsonValueTempl<u32s> |
Alias for JsonValue with u32s characters.
| using simjson::JsonValueW = JsonValueTempl<uws> |
Alias for JsonValue with uws symbols.
| stringa simjson::get_file_content | ( | stra | filePath | ) |
Read the file into a line.
| filePath. |