InterviewSolution
Saved Bookmarks
| 1. |
Is Json Is A Language? |
|
Answer» JSON is a data format. It COULD be CLASSIFIED as a language, but not a programming language. Its relationship to JAVASCRIPT is that it shares its syntax (more or less) with a subset of JavaScript LITERALS. JSON is a data format. It could be classified as a language, but not a programming language. Its relationship to JavaScript is that it shares its syntax (more or less) with a subset of JavaScript literals. |
|