ten::handle class
[scpubgit/TenDotTcl.git] / json / json.pcx
CommitLineData
458402ad 1# -*- tcl -*- json.pcx
2# Syntax of the commands provided by package json.
3#
4# For use by TclDevKit's static syntax checker (v4.1+).
5# See http://www.activestate.com/solutions/tcl/
6# See http://aspn.activestate.com/ASPN/docs/Tcl_Dev_Kit/4.0/Checker.html#pcx_api
7# for the specification of the format of the code in this file.
8#
9
10package require pcx
11pcx::register json
12pcx::tcldep 1.0 needs tcl 8.4
13
14namespace eval ::json {}
15
16#pcx::message FOO {... text ...} type
17#pcx::scan <VERSION> <NAME> <RULE>
18
19pcx::check 1.0 std ::json::string2json \
20 {checkSimpleArgs 0 -1 {
21 checkWord -- Replace with actual definition --
22 }}
23
24# Initialization via pcx::init.
25# Use a ::json::init procedure for non-standard initialization.
26pcx::complete