Notes |
|
|
Если я правильно понимаю, после впиливания парсера и импортера, а также после того как научиться адекватно ужимать "тайлы" json в тайлохранилище (хотя бы тем же зипом), можно будет реально качать векторный НЯК, о чём так давно некоторые мечтают. |
|
|
|
Не уверен, что geojson имеет отношение к векторному НЯК, но я о нем вообще ничего не знаю, так что тебе виднее. |
|
|
|
В случае с НЯК с точностью до пары-тройки строковых констант будет всё то же самое. |
|
|
|
Вот кстати на тему парсеров:
1. SuperObject
https://code.google.com/p/superobject/
The Json toolkit is a parser/writer for JSON data format. This toolkit is designed to work with Delphi and FreePascal (win32, win64, linux32, linux64, MacOSX Intel)
2. lkjson
http://sourceforge.net/projects/lkjson/
This is a delphi library implementing JSON (XML alternative, http://www.json.org) data format and objects structure. Lightweight and fast.
3. tiny-json
http://code.google.com/p/tiny-json/
This is a small (about 1600 lines of code) unit for Delphi, which realizes parsing and generating JSON format. Can be used in combination with FastMM and FastCode for even faster speed. |
|
|
|
И только один под GPL:
4. Delphi Web Utils
http://sourceforge.net/projects/is-webstart/
Delphi Web Utils contain the uJson . uJson unit contain the class: JSONObject, JSONArray and JSONTokenezer .This classes handle json structures. |
|