Every time we request to access the file from the database we check if the file already exists. If not we need to create it, in order to avoid future FileNotFound or other I/O exceptions.
This PR solves this issue by creating and empty json object or array considering the request.
Every time we request to access the file from the database we check if the file already exists. If not we need to create it, in order to avoid future
FileNotFound
or otherI/O
exceptions.This PR solves this issue by creating and empty json
object
orarray
considering the request.