Upvise Client Library: JSONObject Class (.NET only)

Getter object get(key) string getString(key) DateTime getDate(key) int getInt(key) long getLong(key) Setter void put(key, object value) void putDate(key, DateTime value)

Download Upvise Client Library

Overview

The JSONOject class of the Upvise Client Library for .NET represent a record. Each record has a collection of name, value pair.

For Java, use the JSONObject class part of com.json.org package directly

Usage

This class is used for: