Fixed many small issues in JSON/DTSC libraries.
This commit is contained in:
parent
5be3774e3c
commit
593805f0ef
3 changed files with 49 additions and 12 deletions
|
@ -94,6 +94,7 @@ namespace JSON {
|
|||
};
|
||||
|
||||
Value fromDTMI2(std::string data);
|
||||
Value fromDTMI2(const unsigned char * data, unsigned int len, unsigned int &i);
|
||||
Value fromDTMI(std::string data);
|
||||
Value fromDTMI(const unsigned char * data, unsigned int len, unsigned int &i);
|
||||
Value fromString(std::string json);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue