ReactOS 0.4.15-dev-7924-g5949c20
json_parse_ctx_t Struct Reference
Collaboration diagram for json_parse_ctx_t:

Public Attributes

const WCHARptr
 
const WCHARend
 
script_ctx_tctx
 

Detailed Description

Definition at line 38 of file json.c.

Member Data Documentation

◆ ctx

script_ctx_t* json_parse_ctx_t::ctx

Definition at line 41 of file json.c.

Referenced by JSON_parse().

◆ end

const WCHAR* json_parse_ctx_t::end

Definition at line 40 of file json.c.

Referenced by JSON_parse().

◆ ptr

const WCHAR* json_parse_ctx_t::ptr

Definition at line 39 of file json.c.

Referenced by JSON_parse().


The documentation for this struct was generated from the following file: