How to parse a file with a multiple JSONs in PHP(Laravel)?

Viewed 229

I have input file that looks something like this:

{"name": "foo"}{"name": "bar"}

How to parse that?

2 Answers
Related