17 lines
896 B
Plaintext
17 lines
896 B
Plaintext
Compile insert SRPJSONX
|
|
|
|
Declare subroutine SRP_Jsonx_Begin, SRP_Jsonx_BeginString, SRP_Jsonx_Parse, SRP_Jsonx_Trace, SRP_Jsonx_End, SRP_Jsonx
|
|
Declare subroutine SRP_Jsonx_Clear, SRP_Jsonx_Delete, SRP_Jsonx_Go, SRP_Jsonx_GoBack, SRP_Jsonx_GoRoot, SRP_Jsonx_Set, SRP_Jsonx_Sort
|
|
Declare function SRP_Jsonx_Parse, SRP_Jsonx_End, SRP_Jsonx, SRP_Jsonx_State, SRP_Jsonx_Error, SRP_Jsonx_Sort
|
|
Declare function SRP_Jsonx_Clear, SRP_Jsonx_Delete, SRP_Jsonx_Go, SRP_Jsonx_GoBack, SRP_Jsonx_GoRoot, SRP_Jsonx_Set
|
|
Declare function SRP_Jsonx_Count, SRP_Jsonx_Get, SRP_Jsonx_Has, SRP_Jsonx_Members, SRP_Jsonx_Type, SRP_Jsonx_Values
|
|
|
|
// Alternative equates for BeginString, but you can also just use True$ or False$
|
|
Equ JsonxConcise$ to 0
|
|
Equ JsonxPretty$ to 1
|
|
|
|
// Alternative equates for Sort, but you can also just use True$ or False$
|
|
Equ JsonxNonRecursive$ to 0
|
|
Equ JsonxRecursive$ to 1
|
|
|