eventually refactoring to ssts-q's json module done.

This commit is contained in:
Norayr Chilingarian 2024-02-02 02:58:48 +04:00
parent b0b330ffd9
commit 5cebbb713b
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ VAR
cm, fl, bl: Json.jString;
b: BOOLEAN;
BEGIN
k := NIL; v := NIL;
b := FALSE;
jsonstr := NIL;
vpkStorage.json2pstring(d.name^, jsonstr);