35 lines
640 B
Groff
35 lines
640 B
Groff
.\" man page create by R# package system.
|
|
.TH JSON 4 2000-Jan "json_decode" "json_decode"
|
|
.SH NAME
|
|
json_decode \- Decodes a JSON string
|
|
.SH SYNOPSIS
|
|
\fIjson_decode(\fBstr\fR as string,
|
|
\fBthrowEx\fR as boolean = TRUE,
|
|
\fBtypeof\fR as any = \fB<NULL>\fR,
|
|
[\fB<Environment>\fR]);\fR
|
|
.SH DESCRIPTION
|
|
.PP
|
|
Decodes a JSON string
|
|
|
|
a short cut method of \fBparseJSON\fR
|
|
.PP
|
|
.SH OPTIONS
|
|
.PP
|
|
\fBstr\fB \fR\- The json string being decoded..
|
|
.PP
|
|
.PP
|
|
\fBenv\fB \fR\- -.
|
|
.PP
|
|
.SH DETAILS
|
|
.PP
|
|
Takes a JSON encoded string and converts it into a R variable.
|
|
.PP
|
|
.SH SEE ALSO
|
|
JSON
|
|
.SH FILES
|
|
.PP
|
|
base.dll
|
|
.PP
|
|
.SH AUTHOR
|
|
Written by \fBi@xieguigang.me\fR
|