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
For example,
yaml = require`tinyyaml` doc = [[ t: !!omap a: 1 b: 2 c: 3 d: 4 ]] t = yaml.parse(doc).t for k, v in pairs(t) do print(k, v) end
does not guarantee order. Is there a different iteration function I can use?
The text was updated successfully, but these errors were encountered:
The omap should be array type:
# Explicitly typed ordered map (dictionary). Bestiary: !!omap - aardvark: African pig-like ant eater. Ugly. - anteater: South-American ant eater. Two species. - anaconda: South-American constrictor snake. Scaly.
See https://yaml.org/type/omap.html
Sorry, something went wrong.
No branches or pull requests
For example,
does not guarantee order. Is there a different iteration function I can use?
The text was updated successfully, but these errors were encountered: