We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff9960 commit 0ec224fCopy full SHA for 0ec224f
Sources/AWSLambdaRuntime/Vendored/JSON+ByteBuffer.swift
@@ -26,12 +26,13 @@
26
//
27
//===----------------------------------------------------------------------===//
28
29
+import NIOCore
30
+
31
#if canImport(FoundationEssentials)
32
import FoundationEssentials
33
#else
34
import Foundation
35
#endif
-import NIOCore
36
37
extension ByteBuffer {
38
/// Attempts to decode the `length` bytes from `index` using the `JSONDecoder` `decoder` as `T`.
0 commit comments