Show Variables from JSON

SEAT NEEDED: Captain

Show real-time data from any JSON file on your Split-Flap TV to inform your viewers. Insert the shortcode like below to link your message to real-time JSON variables.

Syntax

#JSON#{URL}#{columnname}#{index}#

For example: #JSON#https://splitflaptv.com/FakeData.json#customers#firstname#3#
this shortcode will show the 3rd value of the firstname column in your message.

Whenever the index is higher than the number of rows returned by the JSON file, then the value is empty. Also whenever the name of the column is not available at the data file, then the value is empty.