Is json () valid?: Difference between revisions

From PenguinMod Wiki
Is json () valid?
Jump to navigation Jump to search
Content added Content deleted
(created the website)
 
No edit summary
 
Line 1: Line 1:
{{Infobox Block
checks whether the inputted string is a JSON. Returns true if it is a JSON and returns false if it isn't
|category = [[JSON]]
|title = is json () valid?
|block_name = is json [] valid?::#0fbd8c boolean
|block_type = Boolean Block
}}
The '''is json () valid?''' block is a boolean block that reports true if the input is valid JSON, and false otherwise. The default input is "{}", which returns true.
{{DISPLAYTITLE:is json () valid?}}
[[Category:JSON Blocks]]
[[Category:Boolean Blocks]]
[[Category:Extension Blocks]]

Latest revision as of 00:42, 1 July 2024

is json () valid?
is json [] valid?::#0fbd8c boolean
Caption
Block Type Boolean Block
Category / Extension JSON
Status Who tf uses status

The is json () valid? block is a boolean block that reports true if the input is valid JSON, and false otherwise. The default input is "{}", which returns true.