Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
call can throw but is not marked with try
Hello, I See JSON(data: data) has throws exception, so add 'try' in front, the error "call can throw but is not marked with try" can fixed. public init(data: Data, options opt: JSONSerialization.ReadingOptions = []) throws { }
- Loading branch information