mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removed null members from JSON output
This commit is contained in:
committed by
Harikrishnan Mulackal
parent
d422a406ba
commit
4a001d568e
@@ -12,8 +12,7 @@
|
||||
[
|
||||
1
|
||||
]
|
||||
},
|
||||
"license": null
|
||||
}
|
||||
},
|
||||
"children":
|
||||
[
|
||||
@@ -30,7 +29,6 @@
|
||||
null
|
||||
],
|
||||
"contractKind": "library",
|
||||
"documentation": null,
|
||||
"fullyImplemented": true,
|
||||
"linearizedBaseContracts":
|
||||
[
|
||||
@@ -60,7 +58,6 @@
|
||||
null
|
||||
],
|
||||
"contractKind": "contract",
|
||||
"documentation": null,
|
||||
"fullyImplemented": true,
|
||||
"linearizedBaseContracts":
|
||||
[
|
||||
@@ -77,7 +74,6 @@
|
||||
{
|
||||
"attributes":
|
||||
{
|
||||
"contractScope": null,
|
||||
"name": "L",
|
||||
"referencedDeclaration": 1,
|
||||
"type": "library L"
|
||||
|
||||
Reference in New Issue
Block a user