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.
Tag
json serialization
All blogs tagged with json serialization
3
Articles
19,190
Total Views
Showing 3 of 3 articles
31
May
2023
Create JSON String in C#
22
Dec
2022
Reading json data from file using Asp.Net
Hello guys, sometimes while using asp.net web application we face need to read json data from json files and parse them in c# . So will see how to read json data from file and parse using Asp.Net.
18
Dec
2021
Sending FCM Mobile Notification in Asp.net for Android
Hello friends, as per being a .net developer we often have situations of Sending FCM Mobile Notification in Asp.net for Android. So we will see all steps for sending notifications on android for Asp.Net core.