-
-
Notifications
You must be signed in to change notification settings - Fork 815
Closed
Labels
good first issueIssue that seems easy to resolve and is likely a good candidate for contributors new to projectIssue that seems easy to resolve and is likely a good candidate for contributors new to projecthacktoberfestIssue related to Hactoberfest2020 activities, eligible for additional rewardsIssue related to Hactoberfest2020 activities, eligible for additional rewards
Description
Adding something like this feature JsonWriteFeature.USE_SINGLE_QUOTE
. Permitting to serialize:
{"name": "value"}
to {'name': 'value'}
and if also JsonWriteFeature.QUOTE_FIELD_NAMES
is disabled to {name: 'value'}
.
I know this is not standard JSON, but might be really helpful to get TypeScript-formatted JSON.
Metadata
Metadata
Assignees
Labels
good first issueIssue that seems easy to resolve and is likely a good candidate for contributors new to projectIssue that seems easy to resolve and is likely a good candidate for contributors new to projecthacktoberfestIssue related to Hactoberfest2020 activities, eligible for additional rewardsIssue related to Hactoberfest2020 activities, eligible for additional rewards