Disallow unknown JSON keys in standard-json

This commit is contained in:
Leonardo Alt
2018-12-12 17:32:42 +01:00
parent 1c8c873465
commit 8cd2ac8462
24 changed files with 224 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"language": "Solidity",
"sources":
{
"A":
{
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
}
}