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

Can only assign numerals in the JSON #4

Closed
churchymayer opened this issue May 28, 2021 · 3 comments
Closed

Can only assign numerals in the JSON #4

churchymayer opened this issue May 28, 2021 · 3 comments

Comments

@churchymayer
Copy link

Maybe I'm missing something but as of right now I'm only able to name the Oracles with numeral values in the JSON. My team uses L1-3, R1-3 and Mid as callouts. Would be awesome if I could use letters too. Awesome job otherwise tho

@PyrexPi
Copy link
Owner

PyrexPi commented May 28, 2021

You can use letters already, just be sure to put the letters around double quotes like the following:
{ "A": "A", "B": "B", "F": "F", "G": "G", "D": "D", "E": "E", "C": "C" }.

Report back if you have more problems related to this, but I've tested it and even responded on a reddit comment who had this issue and worked well. Thanks!

@darkelement1987
Copy link

@churchymayer you could use jsonlint.com to find syntax errors

@churchymayer
Copy link
Author

That solved it, thanks a lot

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

No branches or pull requests

3 participants