Replace field in Json file with some other value.

  • Thread starter Thread starter SyedF
  • Start date Start date
S

SyedF

Guest
Hi ,

I need to replace "f" with frequency in below json code. How can i achieve it using C# code?

{"request":{"command":"series","series_id":"PET.WTTEXUS2.W"},"series":[{"series_id":"PET.WTTEXUS2.W","name":"U.S. Exports of Crude Oil and Petroleum Products, Weekly","units":"Thousand Barrels per Day","f":"W","unitsshort":"Mbbl\/d","description":"U.S. Exports of Crude Oil and Petroleum Products","copyright":"None","source":"EIA, U.S. Energy Information Administration","iso3166":"USA","geography":"USA","geography2":"USA","start":"19910208","end":"20170630","updated":"2017-07-06T13:19:17-0400","data":[["20170630",5116],["20170623",5599],["20170616",4897],["20170609",5170]]}]}


Thanks

Syed

Continue reading...
 
Back
Top