Last data update: 2014.03.03

R: Fundamental JSON types from http://json.org/, where I...
allowed_json_typesR Documentation

Fundamental JSON types from http://json.org/, where I collapse 'true' and 'false' into 'logical'

Description

Fundamental JSON types from http://json.org/, where I collapse 'true' and 'false' into 'logical'

Usage

allowed_json_types

Format

 chr [1:6] "object" "array" "string" "number" "logical" "null"

Results