added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,16 @@
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