Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: User Control Pin
OriginalGriff8-Mar-21 2:45
mveOriginalGriff8-Mar-21 2:45 
AnswerRe: User Control Pin
BillWoodruff7-Mar-21 17:03
professionalBillWoodruff7-Mar-21 17:03 
GeneralRe: User Control Pin
Ismael_19998-Mar-21 1:49
Ismael_19998-Mar-21 1:49 
AnswerRe: User Control Pin
Ralf Meier7-Mar-21 22:46
mveRalf Meier7-Mar-21 22:46 
GeneralRe: User Control Pin
BillWoodruff8-Mar-21 1:07
professionalBillWoodruff8-Mar-21 1:07 
GeneralRe: User Control Pin
Ismael_19998-Mar-21 1:51
Ismael_19998-Mar-21 1:51 
GeneralRe: User Control Pin
Ralf Meier8-Mar-21 5:10
mveRalf Meier8-Mar-21 5:10 
QuestionHow to take JSON POST data and covert it to something i can work with Pin
jacobarrey4-Mar-21 11:40
jacobarrey4-Mar-21 11:40 
Here is some sample data i have been provided using json post

{
"PropertyInfos": [
    {
      "Identification": {
        "IDValue": "102"
      },
      "PropertyName": "Casa Bella",
      "ManagementCompany": {
        "ManagementCompanyName": "ACME Trusts",
        "Identification": {
          "IDValue": "2"
        }
      },
      "Address": {
        "Address": "425 Slopestyle Skies Se",
        "City": "Lincoln",
        "State": "NE",
        "PostalCode": "67123",
        "Email": "test@example.com"
      }
    },
    {
      "Identification": {
        "IDValue": "20"
      },
      "PropertyName": "Tall Tower",
      "ManagementCompany": {
        "ManagementCompanyName": "ACME Trusts",
        "Identification": {
          "IDValue": "2"
        }
      },
      "Address": {
        "Address": "789 Steele Street",
        "City": "Denver",
        "State": "CO",
        "PostalCode": "80206",
        "Email": "tall.tower@example.com"
      }
    },
    {
      "Identification": {
        "IDValue": "92"
      },
      "PropertyName": "Z Emerson",
      "ManagementCompany": {
        "ManagementCompanyName": "ACME Trusts",
        "Identification": {
          "IDValue": "2"
        }
      },
      "Address": {
        "Address": "2199 112th St S",
        "City": "Chicago",
        "State": "IL",
        "PostalCode": "60444",
        "Email": "test@example.com"
      }
    }
  ]
}


How can I convert this into a list or dictionary so i can then work with each of the entries and import them into my system using c#. if they were in a list or dictionary i would be able to go through the list and do what i need with each data entry. I am very new when it comes to working with JSON api and what not. Any help or pointers in the right direction would be awesome. Thank you guys! Smile | :)
AnswerRe: How to take JSON POST data and covert it to something i can work with Pin
OriginalGriff4-Mar-21 11:45
mveOriginalGriff4-Mar-21 11:45 
GeneralRe: How to take JSON POST data and covert it to something i can work with Pin
jacobarrey5-Mar-21 9:37
jacobarrey5-Mar-21 9:37 
GeneralRe: How to take JSON POST data and covert it to something i can work with Pin
OriginalGriff5-Mar-21 10:57
mveOriginalGriff5-Mar-21 10:57 
AnswerRe: How to take JSON POST data and covert it to something i can work with Pin
smartial_arts17-Mar-21 15:15
smartial_arts17-Mar-21 15:15 
QuestionC# - TCP/IP COMMUNICATIONS Pin
ICARUS9993-Mar-21 9:58
ICARUS9993-Mar-21 9:58 
AnswerRe: C# - TCP/IP COMMUNICATIONS Pin
shanda watkins3-Mar-21 10:15
shanda watkins3-Mar-21 10:15 
AnswerRe: C# - TCP/IP COMMUNICATIONS Pin
BillWoodruff3-Mar-21 19:00
professionalBillWoodruff3-Mar-21 19:00 
Questionhow to create RDLC report for windows application C# Pin
Meax3-Mar-21 6:03
Meax3-Mar-21 6:03 
AnswerRe: how to create RDLC report for windows application C# Pin
shanda watkins3-Mar-21 10:17
shanda watkins3-Mar-21 10:17 
GeneralRe: how to create RDLC report for windows application C# Pin
Meax3-Mar-21 17:27
Meax3-Mar-21 17:27 
SuggestionRe: how to create RDLC report for windows application C# Pin
shanda watkins4-Mar-21 0:58
shanda watkins4-Mar-21 0:58 
AnswerRe: how to create RDLC report for windows application C# Pin
Richard MacCutchan3-Mar-21 21:13
mveRichard MacCutchan3-Mar-21 21:13 
QuestionMirror a Website using Blazor Pin
GerVenson3-Mar-21 1:43
professionalGerVenson3-Mar-21 1:43 
GeneralHacking Pin
Member 1508659528-Feb-21 21:22
Member 1508659528-Feb-21 21:22 
GeneralRe: Hacking Pin
OriginalGriff28-Feb-21 21:23
mveOriginalGriff28-Feb-21 21:23 
GeneralRe: Hacking Pin
Maximilien1-Mar-21 9:45
Maximilien1-Mar-21 9:45 
GeneralRe: Hacking Pin
OriginalGriff1-Mar-21 10:28
mveOriginalGriff1-Mar-21 10:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.