JSON or Html5?

smoochy boys on tour

DiabloVodkaShot

LOMCN VIP
VIP
Feb 20, 2009
2,272
182
265
Hi Guys,

I am looking at creating interactive animated videos currently, and was wondering what is better to use JSON as it compiles it more, or HTML5

Things i need:

1.Fast Stream
2. no loading inbetween interactive bits
3. no right click download
4. Security so videos cant be stolen


Any help appreciated.
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,172
30
2,767
540
Json and html5 are unrelated. Json is just a data format like xml, you would usually use html5 with either json or xml

Sent from my SM-G900F using Tapatalk
 

Samuel

Mir Chronicles Dev
VIP
Feb 8, 2011
2,614
117
280
Json and html5 are unrelated. Json is just a data format like xml, you would usually use html5 with either json or xml

Sent from my SM-G900F using Tapatalk

I agree with Far... I couldn't make a comparison between JSON and HTML5 other than they both contain text.

HTML5 is a markup language used to display content on the interweb.

JSON is a Javascript Object N (Can't remember last one), which is just text that is easily parsed by computers... JSON is commonly used in RESTFUL interfaces between applications that communicate of the internet via HTTP.

Sam
 

DiabloVodkaShot

LOMCN VIP
VIP
Feb 20, 2009
2,272
182
265
Its hard to explain, but i have 2 animated videos,

The following needs to happen:

Video 1 plays > question pops up > video 2 plays if correct answer otherwise repeat if wrong.

One programmer i have doing this project said html 5 is best to be used to create this.

Another said consider JSON : https://jsonformatter.curiousconcept.com/#