Split-Flap TV Documentation

Show Variables from JSON

SEAT NEEDED: First Class

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}#{name}#{index}#

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

Whenever the index is higher than the number of rows return 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.