simjson 1.2.1
Very simple JSON library for simstr
 
Loading...
Searching...
No Matches
simjson Namespace Reference

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.
 

Detailed Description

Library namespace.

Typedef Documentation

◆ JsonValue

Alias ​​for JsonValue with u8s characters.

◆ JsonValueU

Alias ​​for JsonValue with u16s characters.

◆ JsonValueUU

Alias ​​for JsonValue with u32s characters.

◆ JsonValueW

Alias ​​for JsonValue with uws symbols.

Function Documentation

◆ get_file_content()

stringa simjson::get_file_content ( stra filePath)

Read the file into a line.

Parameters
filePath.
Returns
stringa.