jsonStr: Format data as a JSON object (like this: "x": "120").

View source: R/toolbox.R

jsonStrR Documentation

Format data as a JSON object (like this: "x": "120").

Description

Format data as a JSON object (like this: "x": "120").

Usage

jsonStr(name, val)

Arguments

name

A string, the name of the JSON entry

val

A string, the value to associate with the JSON entry.

Value

A string, data formatted as a JSON object.

Examples

jsonStr(name = "var1", val = "Blue")

toolbox documentation built on Sept. 22, 2022, 1:09 a.m.

Related to jsonStr in toolbox...