Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
[Fork] [Fork] https://stackoverflow.com/questions/56211783/translate-c-sharp-to-vb-net#56211783 by dbc_MinLength
Environment version: 4.0.30319.42000
Json.NET version: Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed

Output CSV:
id,symbol,status,base,amount,timestamp,swap,pl
136662306,aaa,ACTIVE,731.07686321,6.95345994,1524781083.0,0.0,5127.4352653395923394
137733525,bbb,ACTIVE,636.75093128,1.1,1531902193.0,0.0,687.800226608

Input JSON:
{
  "Response": [
    [
      {
        "id": 136662306,
        "symbol": "aaa",
        "status": "ACTIVE",
        "base": "731.07686321",
        "amount": "6.95345994",
        "timestamp": "1524781083.0",
        "swap": "0.0",
        "pl": "5127.4352653395923394"
      },
      {
        "id": 137733525,
        "symbol": "bbb",
        "status": "ACTIVE",
        "base": "636.75093128",
        "amount": "1.1",
        "timestamp": "1531902193.0",
        "swap": "0.0",
        "pl": "687.800226608"
      }
    ]
  ]
}

System.Collections.Generic.IEnumerable`1[System.String][]
System.String[][]
System.Collections.Generic.IEnumerable`1[System.Collections.Generic.IEnumerable`1[System.String]]
Cached Result
Last Run: 4:01:26 pm
Compile: 0.284s
Execute: 0.125s
Memory: 585.15kb
CPU: 0.25s