Package ai.webscraping.internal
Class Json
java.lang.Object
ai.webscraping.internal.Json
Centralised Jackson helpers. The
ObjectMapper configuration lives
here so the rest of the SDK never touches Jackson directly.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tstatic <T> Tstatic <T> TReturns the parsed value, ornullif the body is not valid JSON for the requested shape.
-
Method Details
-
read
-
read
-
tryRead
Returns the parsed value, ornullif the body is not valid JSON for the requested shape. Used for best-effort parsing of the API's error envelope where a non-JSON body should fall back silently.
-