Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON output for property gebruiksdoelen incorrect type #15

Open
mwullink opened this issue Oct 10, 2024 · 2 comments
Open

JSON output for property gebruiksdoelen incorrect type #15

mwullink opened this issue Oct 10, 2024 · 2 comments

Comments

@mwullink
Copy link

The output is adds quotes to the "gebruiksdoelen" array property.
This causes issues when trying to deserialize into a list/array because the value is detected as a string and not as a list/array.

example output below.

    "bouwjaar": 2014,
    "gebruiksdoelen": "[\"industriefunctie\"]",
    "huisletter": "",
    "huisnummer": 300,
    "huistoevoeging": "",
    "lat": 51.97816553094999,
    "lon": 5.97990106380706,
    "num_status": "Naamgeving uitgegeven",
    "oppervlakte": 4086,
    "rdX": 195721.282,
    "rdY": 443472.584,
    "straat": "Meander",
    "vbo_status": "Verbouwing verblijfsobject",
    "woonplaats": "Arnhem"
  }```
@berthubert
Copy link
Owner

Should be fixed in 480a682 can you test?

@mwullink
Copy link
Author

fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants