mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
resolver improved: handles no such json, malformed jsons.
This commit is contained in:
parent
85bc6ea77a
commit
f1c4ca6ec3
5 changed files with 30 additions and 22 deletions
|
|
@ -23,7 +23,7 @@ TYPE
|
|||
Count* : LONGINT;
|
||||
END;
|
||||
|
||||
retriever- = PROCEDURE (VAR d: Tdep): StringList.TStringList;
|
||||
retriever- = PROCEDURE (VAR d: Tdep; VAR strlist: StringList.TStringList): LONGINT;
|
||||
|
||||
TdepDesc* = RECORD
|
||||
prev-, next-: Tdep;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue