I have Json file and I am trying to import the data into R Studio I installed rjson and jsonlight library , I used this command
game1 <- fromJSON("/Users/ludn/Desktop/game1.json")
But I got this error
Error in parse_con(txt, bigint_as_char) : parse error: trailing garbage
        "challenge0Time" : "2.8" } {   "challenge0" : [     {     
                 (right here) ------^
What is the problem?
