diff options
| author | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-10-05 12:09:04 +0000 |
|---|---|---|
| committer | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-10-05 12:09:04 +0000 |
| commit | cb9850ce3882fe4d374f96d68d3514b9801e2221 (patch) | |
| tree | 7dfa6238b771d157832228eccc90237ec9c2b8d6 /packages/fcl-json | |
| parent | 60a6cbc1f0455cd6ccefc73e79a220655fbe96dc (diff) | |
| download | fpc-cb9850ce3882fe4d374f96d68d3514b9801e2221.tar.gz | |
* Added reference to jsonviewer in Lazarus
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16082 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-json')
| -rw-r--r-- | packages/fcl-json/src/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/fcl-json/src/README.txt b/packages/fcl-json/src/README.txt index ee07f13c70..adc9c1345c 100644 --- a/packages/fcl-json/src/README.txt +++ b/packages/fcl-json/src/README.txt @@ -1,5 +1,9 @@ This package implements JSON support for FPC. +You might want to have a look at the lazarus jsonviewer tool, written using +fpJSON (see lazarus/tools/jsonviewer). It visualizes the fpJSON data and +shows how to program using fpjson. + JSON support consists of 3 parts: unit fpJSON contains the data representation. Basically, it defines a set of |
