Excel-to-JSON can convert selected data to JSON.
Currently two types of conversion are supported.
Row type of conversion :
The first row will be considered as header, and the rest rows will be interpreted as data.
Nested type of conversion :
Provide a JSON schema, add-in will do the conversion following schema you provided.