-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Hi,
I'm having trouble with reading Json response that has dot in it's property name.
I tried this
[JsonProperty("ckan.locale_default")]
[DeserializeAs(Name = "ckan.locale_default")]
[SerializeAs(Name = "ckan.locale_default")]
public string CkanLocaleDefault { get; set; }
but with no effect.
Is there any parser that forgot to add dot or something...
Tnx,
Marko
plaramee1, davenewza and titobf