Tag

json serialization

All blogs tagged with json serialization

2
Articles
13,452
Total Views

Showing 2 of 2 articles

31
May
2023
Create JSON String in C#
4,530 views

JSON (JavaScript Object Notation) is a lightweight data interchange format commonly used for transmitting data between multiple systems, mostly in Web APIs and client applications. JSON is a text-based format that is easy for humans to read and write and also easy for machines to parse and generate. It is language-independent, meaning it can be used with any programming language that has the capability to parse JSON data.

Translate Page