i want to read data from json file by vb.net
the json file is
{
"company": [
{
"company_name": "شركة مصر للتجاره والنظم",
"comany_adress": "48 ش وادى النيل - المهندسين - الجيزه",
"Tax_Number": "5\/00390\/151\/00\/10",
"company_telephone": "+202 - 33026844",
"postpoxnumber": "526-088-605",
"customer": [
{
"customer_name": "شركة الحمد ",
"customer_address": "شش",
"bill_items": [
{
"bill_localnumber": 2,
"bill_date": "2021-04-09",
"item_name": "widows 10",
"item_count": 60,
"item_price": 2,
"bill_total_price": 120
},
{
"bill_localnumber": 2,
"bill_date": "2021-04-09",
"item_name": "sql server database",
"item_count": 70,
"item_price": 2,
"bill_total_price": 140
}
]
}
]
}
]
}