79335846

Date: 2025-01-07 11:42:00
Score: 1.5
Natty:
Report link

You'd want to start with a Base64InputStream. See https://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html

After the bytes are back in json, you'd use a streaming api like https://www.baeldung.com/jackson-streaming-api

ref: How to parse an input stream of JSON into a new stream with Jackson

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: user2023577