- 
                  
                  DeclarationSwift let jsonDecoder: JSONDecoder
- 
                  
                  DeclarationSwift init(_ decoder: JSONDecoder = JSONDecoder())
- 
                  
                  DeclarationSwift func decode<Output>(_ type: Output.Type, from: Data) throws -> Output where Output : Decodable
- 
                  
                  DeclarationSwift func decode<Output>(_ type: Output.Type, fromBodyOf req: Request) throws -> Output where Output : Decodable
- 
                  
                  DeclarationSwift func validate<Output>(_ type: Output.Type, from: Data) throws -> ValidationError? where Output : Decodable
- 
                  
                  DeclarationSwift func validate<Output>(_ type: Output.Type, fromBodyOf req: Request) throws -> ValidationError? where Output : Decodable
 View on GitHub
            View on GitHub
           ValidatingJSONDecoder Class Reference
      ValidatingJSONDecoder Class Reference