I\'m retrieving json from a public api and converting it into a dynamic object using JsonFx.
JsonFx.Json.JsonReader reader = new JsonFx.Json.JsonReader(); d
Try response.@return.high.currency.
response.@return.high.currency
You need to append @ at the begining of any field wich name is the same as C# keywords.
@