Advertisement
eraneran

after Newtonsoft.Json.JsonConvert.SerializeObject

Jan 31st, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2.    "?xml": {
  3.       "@version": "1.0",
  4.       "@encoding": "UTF-8"
  5.    },
  6.    "RootDTO": {
  7.       "destination": {
  8.          "name": "companyName"
  9.       },
  10.       "orderData": {
  11.          "amount": "123.45",
  12.          "items": {
  13.             "element": {
  14.                "binding": "saddle",
  15.                "components": {
  16.                   "element": {
  17.                      "width": "210"
  18.                   }
  19.                },
  20.                "description": "Introductory x"
  21.             }
  22.          }
  23.       }
  24.    }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement