RPTools

Personal tools
From MapToolDoc

json.isEmpty

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

json.isEmpty() Function

Introduced in version 1.3b51

Checks to see if a JSON array, or JSON object is empty.

Usage

  1. json.isEmpty(variable)

Parameters

  • variable - The variable to test, if it contains an empty JSON array, JSON object, or an empty string it returns true(1). In any other case it will return false(0).