Skip to content

Dot in JSON property problem #714

@markoOmega

Description

@markoOmega

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions