File: n_cst_json.sru
Size: 336
Date: Sat, 08 May 2021 23:34:22 +0200
$PBExportHeader$n_cst_json.sru
$PBExportComments$JSON parser
forward
global type n_cst_json from pfc_n_cst_json
end type
end forward

global type n_cst_json from pfc_n_cst_json
end type
global n_cst_json n_cst_json

on n_cst_json.create
call super::create
end on

on n_cst_json.destroy
call super::destroy
end on