source upload

This commit is contained in:
Razor12911
2022-01-17 22:16:47 +02:00
parent 12936d065b
commit 098e8c48de
1778 changed files with 1206749 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
TSynJSONTreeView
================
By *EMartin* (Esteban Martin).
# Presentation
`TSynJSONTreeView` is a treeview supporting mORMot's JSON document, the allowed tasks are:
- edit a node
- delete a node
- add a node
- save to file
- load from file
- generate JSON to string variable
- implement a custom input for edit/insert node
# Forum Thread
See http://synopse.info/forum/viewtopic.php?id=3451
# TODO
- FPC support (I just use Windows)
- Developed with Delphi 7, not tested with any other Delphi version.
# License
Feel free to use and/or append to Lib and extend if needed.