jsonviewer
jsonviewer copied to clipboard
JsonViewer not rendering json
Hey as per your request via the store here us my JSON and a review of how it renders in JsonViewer in VS Code:
{
"assessment": {
"application_number": "1234-abcd",
"assessment_type": "B",
"primary_party": "Smith B Group",
"B_assessment": {
"assessment_summary": {
"Rental_income": {
"gross": 40000,
"net": 40000
},
"boarder_income": {
"gross": 0,
"net": 0
},
"family_income": {
"gross": 0,
"net": 0
},
"total_personal_group_income": 360000,
"total_personal_group_commitments": 10000,
"net_service_ration": "90%"
},
"commitments": [
{
"commitment": "home Loans",
"type": "Internal",
"balance": 500000,
"limit": 550000,
"monthly": 4755.64,
"annual": 57067.64
}
],
"expenses": [
{
"expense": "Household status",
"type": "Benchmarkabke",
"limit": 2,
"monthly": 0,
"annual": 0
}
],
"parties": [
{
"name": "Mike Smith",
"declared_gross": 200000,
"distributed_from_business": 20000,
"tax_deductions": 10000,
"verified_gross": 200000,
"student_loan": true,
"net_income": 210000,
"super_annuation": "2%"
}
]
}
}
}
My VS Code uses this theme: https://marketplace.visualstudio.com/items?itemName=viktorqvarfordt.vscode-pitch-black-theme
I have the same issue. Celeste Investment Advice NSW.json
normal for me.
you can try version 1.5.2
Tested, working now. Thank you.