Q&A
Login
Register
Q&A
Questions
Tags
Categories
Users
CMS Magazine
New Q&A Site
Online School
2.4k
questions
2.4k
answers
99.5k
users
Categories
All categories
CMS stats /year
(4)
General
(906)
AI
(75)
Colours
(8)
Editors/IDE
(44)
Bootstrap
(10)
WordPress
(654)
Wix
(8)
Squarespace
(18)
Joomla
(83)
Tilda
(11)
GoDaddy Builder
(11)
Weebly
(9)
Duda
(8)
Blogger
(30)
Drupal
(73)
Jimbo
(7)
Operating Systems
(89)
Databases
(61)
Networks
(20)
Gimp
(27)
Moodle
(35)
CodeIgniter (CI)
(31)
Laravel
(48)
CakePHP
(23)
Vuejs
(13)
Reactjs
(13)
Ghost
(21)
Flat-File CMS
(13)
Gt/github
(21)
Which programming language is best for storing data and exporting them?
0
votes
69
views
web_export
asked
Apr 4, 2022
in
General
by
ekatsa
(
46.5k
points)
Facebook
Google+
Twitter
Reddit
Vk.com
Your answer
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1
Answer
0
votes
XML
XML is a software- and hardware-independent tool for storing and transporting data.
JASON
JSON
is short for
JavaScript Object Notation
, and is
a way to store information in an organized, easy-to-access manner.
In a nutshell, it gives us a human-readable collection of data that we can access in a really logical manner.
answered
Apr 4, 2022
by
ekatsa
(
46.5k
points)
...