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

Add support for encoding and decoding JSON with hash maps #1516

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

BaerMitUmlaut
Copy link
Contributor

When merged this pull request will:

  • Enable parsing JSON objects as hash maps
  • Enable encoding hash maps as JSON

Since JSON, unlike hash maps, accepts only strings as keys, every other key type is stringified.

@commy2 commy2 added the Feature label Nov 8, 2021
@commy2 commy2 merged commit 47b4092 into CBATeam:master Dec 17, 2021
@commy2 commy2 added this to the 3.15.7 milestone Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants