I have made an extensive search on the net but were still in vain.
I am looking for an open source GeoJSON library.
Help me please.
Last update:
My preference goes for something build on top of SuperObject library.
I have made an extensive search on the net but were still in vain.
I am looking for an open source GeoJSON library.
Help me please.
Last update:
My preference goes for something build on top of SuperObject library.
I'm using SuperObject to parse (geojson) results that i pull from GeoServer.
GeoJson is not that complicated so i don't think it matters much which library you use.
AFAIK there is none.
But you can easily retrieve and create a GeoJSON content with a JSON library. GeoJSON content is just a tree of JSON objects.
Recent versions of Delphi have a built-in JSON parser.
Or take a look at Delphi JSON library for XE2 available for object serialization to find out some libraries. I like the one embedded in DWScript.