as.json {jsonify}R Documentation

Coerce string to JSON

Description

Coerce string to JSON

Usage

as.json(x)

Arguments

x

string to coerce to JSON

Examples


js <- '{"x":1,"y":2}'
as.json(js)


[Package jsonify version 1.2.2 Index]