TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pradeep Rawat
NA
286
8.2k
how to Deserialize json dynmic data
Mar 25 2021 6:28 AM
// this is my data// which would be changed in every api request//
"PRECTOT": {
"198101": 1.0, //// these ALL data will be cahnge as per selection of year.
"198102": 0.16,
"198103": 10.18,
"198104": 73.11,
"198105": 78.85,
"198106": 91.49,
"198107": 155.04,
"198108": 104.66,
"198109": 220.58,
"198110": 85.59,
}
public class PRECTOT
{
}
Reply
Answers (
2
)
in my project i am using sql db but some data is stored in azure cosmo
How to Stop timer in any website that runs on asp.net