Removed null members from JSON output

This commit is contained in:
hrkrshnn
2020-05-20 16:56:33 +05:30
committed by Harikrishnan Mulackal
parent d422a406ba
commit 4a001d568e
95 changed files with 106 additions and 733 deletions
@@ -45,7 +45,6 @@ JSON AST:
null
],
"contractKind": "contract",
"documentation": null,
"fullyImplemented": true,
"linearizedBaseContracts":
[
@@ -59,7 +58,6 @@ JSON AST:
{
"attributes":
{
"documentation": null,
"implemented": true,
"isConstructor": true,
"kind": "constructor",
@@ -68,7 +66,6 @@ JSON AST:
null
],
"name": "",
"overrides": null,
"scope": 18,
"stateMutability": "nonpayable",
"virtual": false,
@@ -123,7 +120,6 @@ JSON AST:
{
"attributes":
{
"documentation": null,
"functionSelector": "af11c34c",
"implemented": true,
"isConstructor": false,
@@ -133,7 +129,6 @@ JSON AST:
null
],
"name": "five",
"overrides": null,
"scope": 18,
"stateMutability": "view",
"virtual": false,
@@ -163,12 +158,10 @@ JSON AST:
"constant": false,
"mutability": "mutable",
"name": "",
"overrides": null,
"scope": 17,
"stateVariable": false,
"storageLocation": "default",
"type": "uint256",
"value": null,
"visibility": "internal"
},
"children":
@@ -206,13 +199,11 @@ JSON AST:
{
"attributes":
{
"argumentTypes": null,
"hexvalue": "35",
"isConstant": false,
"isLValue": false,
"isPure": true,
"lValueRequested": false,
"subdenomination": null,
"token": "number",
"type": "int_const 5",
"value": "5"