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

Strips leading slashes from key names and string fields #12

Open
CameronNemo opened this issue Oct 23, 2019 · 0 comments · Fixed by shi-yan/hjson-rust#1 · May be fixed by #13
Open

Strips leading slashes from key names and string fields #12

CameronNemo opened this issue Oct 23, 2019 · 0 comments · Fixed by shi-yan/hjson-rust#1 · May be fixed by #13

Comments

@CameronNemo
Copy link

Example:

{
    foo: {
        /bar/: /baz/bak
        foo: /fnord
    }
}

becomes:

{
  "foo": {
    "bar/": "baz/bak",
    "foo": "fnord"
  }
}

:/

CameronNemo added a commit to CameronNemo/hjson-rust that referenced this issue Dec 7, 2019
@CameronNemo CameronNemo linked a pull request Dec 7, 2019 that will close this issue
CameronNemo added a commit to CameronNemo/hjson-rust that referenced this issue Dec 7, 2019
CameronNemo added a commit to CameronNemo/hjson-rust that referenced this issue Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant