We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Leaving this note here just to warn people that there are a couple of edge cases that don't really make sense:
For instance:
archieml.loads( """[foo] {foo} k: v {} * bar""")
produces the dictionary:
{'foo': {0: 'bar', 'k: v'}}
Some of the edge cases are listed on the main archieml.org repository newsdev/archieml.org#25, so if this bothers you, you should propose fixes there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Leaving this note here just to warn people that there are a couple of edge cases that don't really make sense:
For instance:
produces the dictionary:
Some of the edge cases are listed on the main archieml.org repository newsdev/archieml.org#25, so if this bothers you, you should propose fixes there.
The text was updated successfully, but these errors were encountered: