Skip to content

tbd: allow json with comments and trailing commas - #127

Draft
vincentullmann wants to merge 1 commit into
ynput:developfrom
vincentullmann:allow-json5
Draft

tbd: allow json with comments and trailing commas#127
vincentullmann wants to merge 1 commit into
ynput:developfrom
vincentullmann:allow-json5

Conversation

@vincentullmann

Copy link
Copy Markdown
Contributor

Changelog Description

allow comments and trailing commas in environment configs

Additional review information

code wise this is mostly just this (for now)

try:
    import json5 as json
except ImportError:
    import json

but there are probably a few more places that might need minor adjustments.

I'm just putting this PR out here as a wip / idea up for discussion

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant