Skip to content

Commit

Permalink
New json unit which is much more "scripting friendly" wraps fpjson.
Browse files Browse the repository at this point in the history
Removed XML too.
  • Loading branch information
ollydev committed Jul 29, 2023
1 parent 5c59d45 commit 783d51b
Show file tree
Hide file tree
Showing 8 changed files with 728 additions and 4,727 deletions.
200 changes: 100 additions & 100 deletions Source/Simba.lpi

Large diffs are not rendered by default.

501 changes: 118 additions & 383 deletions Source/script/imports/simbaclasses/simba.import_class_json.pas

Large diffs are not rendered by default.

296 changes: 0 additions & 296 deletions Source/script/imports/simbaclasses/simba.import_class_xml.pas

This file was deleted.

4 changes: 1 addition & 3 deletions Source/script/simba.script_imports.pas
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ implementation

// Simba classes
simba.import_class_bitmap, simba.import_class_dtm, simba.import_matchtemplate,
simba.import_class_xml, simba.import_class_json,
simba.import_class_imagebox, simba.import_class_shapebox,
simba.import_class_json, simba.import_class_imagebox, simba.import_class_shapebox,

// Simba
simba.import_timing, simba.import_tpa, simba.import_atpa,
Expand Down Expand Up @@ -66,7 +65,6 @@ procedure AddSimbaImports(Compiler: TSimbaScript_Compiler);
ImportSimbaImage(Compiler);
ImportDTM(Compiler);
ImportMatchTemplate(Compiler);
ImportXML(Compiler);
ImportJSON(Compiler);
ImportSimbaImageBox(Compiler);
ImportSimbaShapeBox(Compiler);
Expand Down

0 comments on commit 783d51b

Please sign in to comment.