尝试将路由信息解析为类似下面的内容。什么是正确的做法
[
{
"destination": '10.110.2.192',
"gateway": '10.110.0.129'
"interface": 'eth2'
},
{
"destination": '10.110.2.64',
"gateway": '10.110.0.129'
"interface": 'eth2'
},
{
"destination": '10.110.1.0',
"gateway": '0.0.0.0'
"interface": 'eth0'
},
{
"destination": '10.110.1.128',
"gateway": '0.0.0.0'
"interface": 'eth2'
},
{
"destination": '0.0.0.0',
"gateway": '10.110.1.1'
"interface": 'eth0'
}
]