Bsoft 2.1.4
Bernard's software package
json.h File Reference
#include <cstddef>
#include <ostream>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <map>
#include <type_traits>

Classes

class  JSvalue
 
class  JSparser
 

Enumerations

enum  JStype {
  JSstring , JSbool , JSinteger , JSreal ,
  JSobject , JSarray , JSnull
}
 

Functions

ostream & operator<< (ostream &output, JStype t)
 
ostream & operator<< (ostream &output, JSvalue &jsv)
 

Detailed Description

Author
Bernard Heymann
Date
20160409 - 20191219

Enumeration Type Documentation

◆ JStype

enum JStype
Enumerator
JSstring 
JSbool 
JSinteger 
JSreal 
JSobject 
JSarray 
JSnull 

Function Documentation

◆ operator<<() [1/2]

ostream & operator<< ( ostream &  output,
JStype  t 
)

◆ operator<<() [2/2]

ostream & operator<< ( ostream &  output,
JSvalue jsv 
)