I have following json file format.
{
"browser": "firefox",
"dateTime": "28_May_2014_03_35_PM"
}
{
"browser": "firefox",
"dateTime": "28_May_2014_03_36_PM"
}
as per requirement I cannot change it format, but I have to read this I know we can provide [ and ] braces and separate each element by , but I cant do this, my source file is having above format only.
so how can I read such file?
Is there any way to read such file and convert whole file content to valid json formatted content?