android13/external/python/pyyaml/tests/data/construct-value.code

10 lines
214 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
[
{ "link with": [ "library1.dll", "library2.dll" ] },
{
"link with": [
{ "=": "library1.dll", "version": 1.2 },
{ "=": "library2.dll", "version": 2.3 },
],
},
]