These are the codes used in the video:
Back end RESTFUL API written in PHP
These are the codes used in the video:
Back end RESTFUL API written in PHP
Code used in the video discussion:
Back end code - API (PHP)
Front end Flutter code:
JSON
- JavaScript Object Notation, is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate. It is a text format that is completely language independent but yses conventions that are familiar to programmers of the C family of languages, including C, C++, C#, Java, JavaScript, Perl, Python and many others.
JAON is often used to transmit data between a server and a web application, as an alternative to XML. JSON is represented as key-value pairs, where the keys are strings and teh values can be any valid JSON data type, including strings, numbers, Booleans, arrays, and objects. JSON is widely used in web development, mobile app development and other areas where data needs to be transmitted between different systems.
Example:
{
"name":"John",
"age":30
"car":null,
"address":{
"street":"Donald St.",
"city":"Cagayan de Oro City",
}
}
SAMPLE FREE PUBLIC API URL
https://catfact.ninja/fact
CODE:
The YouTube channel AI PILIPINO MUSIC presents itself as a niche platform offering content that seems to span a unique blend of creativit...