Skip to content

Add info about properties with the "\" character #4671

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

Merged
merged 3 commits into from
May 9, 2023

Conversation

sarahrudy
Copy link
Contributor

Proposed changes

When you see properties that have the escape char \ in them - this escape char \ is added to differentiate between a property name that has a . in it, and a nested field, like so:

ingredients.salad → "ingredients": { "salad": "yum" }
ingredients\.salad → "ingredients.salad": "yum"

Merge timing

  • ASAP once approved?

@sarahrudy sarahrudy added the KCS label May 2, 2023
@sarahrudy sarahrudy marked this pull request as ready for review May 9, 2023 16:46
@sarahrudy sarahrudy requested a review from forstisabella as a code owner May 9, 2023 16:46
@forstisabella forstisabella merged commit 4dbd6a8 into develop May 9, 2023
@forstisabella forstisabella deleted the sarahrudy-patch-9 branch May 9, 2023 17:21
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2023

Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site.

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.

2 participants