You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: parse --json-values once as serde_json::Value, then branch
Address Gemini review: avoid parsing the JSON string twice. Now parses
once into a generic Value, then branches on whether it's a nested
array (multi-row) or flat array (single row). Also rejects non-array
JSON (objects, scalars) with a clear error.
0 commit comments