InterviewSolution
Saved Bookmarks
| 1. |
What Programming Languages Supported By Json? |
|
Answer» JSON is a text format that is completely language independent but USES CONVENTIONS that are familiar to PROGRAMMERS of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. |
|