Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
[Fork] duplicate finder Annotation Support by Erin418
Json.NET version: Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
Addresses: 
[{"AddressId":1,"Address":"Something"},{"AddressId":2,"Address":"Anything"}]
[{"AddressId":1,"Address":"Something"},{"AddressId":2,"Address":"Anything"}]
Re-serialized JSON: 
{
  "Employees": [
    {
      "EmpId": 1,
      "EmpName": "ABC",
      "Address": [{"AddressId":1,"Address":"Something"},{"AddressId":2,"Address":"Anything"}]
    },
    {
      "EmpId": 2,
      "EmpName": "XYZ",
      "Address": [{"AddressId":1,"Address":"Something"},{"AddressId":2,"Address":"Anything"}]
    }
  ]
}
Cached Result
Last Run: 9:47:45 am
Compile: 0.27s
Execute: 0.187s
Memory: 685.44kb
CPU: 0.328s