Browse Source

* Added reference to jsonviewer in Lazarus

git-svn-id: trunk@16082 -
michael 15 years ago
parent
commit
39cb7a3ae5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/fcl-json/src/README.txt

+ 4 - 0
packages/fcl-json/src/README.txt

@@ -1,5 +1,9 @@
 This package implements JSON support for FPC.
 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:
 JSON support consists of 3 parts:
 
 
 unit fpJSON contains the data representation. Basically, it defines a set of
 unit fpJSON contains the data representation. Basically, it defines a set of