1

Instead of:

{ "type": "FeatureCollection" } I need to get { type: "FeatureCollection" }

Here is a nice article how to do this for value. But I need to remove quotes for property names...

Roman
  • 665
  • 1
  • 9
  • 24
  • 1
    Looks like a duplicate of [Json.Net - Serialize property name without quotes](https://stackoverflow.com/q/7553516/3744182). Of course the "JSON" thereby written will not be well-formed. – dbc Aug 14 '18 at 10:05
  • 1
    Unless you have a REALLY good reason for doing this... don't! – DavidG Aug 14 '18 at 10:08
  • 1
    a really good reason for this is GraphQL which doesn't support quote marks on propertynames for some reason. – Betty May 23 '19 at 21:12

0 Answers0