JsonData.

ContainsKey(string) Method

Summary

Determines whether the json contains an element that has the specified key.
Namespace
LitJson
Containing Type
JsonData

Syntax

public bool ContainsKey(string key)

Parameters

Name Type Description
key string The key to locate in the json.

Return Value

Type Description
bool true if the json contains an element that has the specified key; otherwise, false.