I have many json files with the same type data Examples:
{
"$id": "1",
"strings": [
{
"Key": "some unique key1",
"Value": ”some value1”
},
{
"Key": "some unique key2",
"Value": ”some value2”
},
]
}
{
"$id": "1",
"strings": [
{
"Key": "some unique key3",
"Value": ”some...