SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
json.h File Reference
#include "bd.h"

Go to the source code of this file.

Classes

class  TJsonVal
 

Typedefs

typedef TPt< TJsonValPJsonVal
 
typedef TVec< PJsonValTJsonValV
 

Enumerations

enum  TJsonValType {
  jvtUndef, jvtNull, jvtBool, jvtNum,
  jvtStr, jvtArr, jvtObj
}
 

Typedef Documentation

typedef TPt< TJsonVal > PJsonVal

Definition at line 9 of file json.h.

typedef TVec< PJsonVal > TJsonValV

Definition at line 9 of file json.h.

Enumeration Type Documentation

Enumerator
jvtUndef 
jvtNull 
jvtBool 
jvtNum 
jvtStr 
jvtArr 
jvtObj 

Definition at line 6 of file json.h.

6  {
Definition: json.h:7
Definition: json.h:7
TJsonValType
Definition: json.h:6
Definition: json.h:7
Definition: json.h:7
Definition: json.h:7
Definition: json.h:7
Definition: json.h:7