athena-struct-parser

JSON →
library 1.1.0 ·javascript
verified Jun 4, 2026

A lightweight parser for converting AWS Athena struct and array strings into native JavaScript objects. Current version 1.1.0 is stable with a simple API and no external dependencies. Unlike naive regex or manual parsing, it handles nested structs, arrays, and unescaped characters correctly. This is the only dedicated npm package for this specific Athena output format, filling a gap left by query wrappers like athena-express.