JsonParseError methods syntax

From m204wiki
Revision as of 21:28, 18 February 2015 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The syntax for each of the JsonParseError class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of JsonParseError methods.

%number = jsonParseError:CharacterPosition

%string = jsonParseError:Description

%jsonParseError = [%(JsonParseError):]New( CharacterPosition= number, - Description= string)