JsonMappingException: No suitable constructor found

后端 未结 4 820
既然无缘
既然无缘 2020-12-18 08:34

I am implementing a firebase example as given in their documentations. I am facing this error:

com.fasterxml.jackson.databind.JsonMappingException: No

4条回答
  •  一生所求
    2020-12-18 09:17

    Your JSON file is not valid. A free online JSON validator : http://jsonlint.com/

提交回复
热议问题