docstrange icon indicating copy to clipboard operation
docstrange copied to clipboard

extract_data() returns nested JSON instead of flat JSON as documented [ERROR]❌

Open lnas01 opened this issue 1 month ago • 1 comments

version:1.1.6 env: mac m1 cpu

Description: According to the documentation, calling: json_data = result.extract_data() print(json_data)

should return all important data as flat JSON.

However, in practice, the returned json_data is nested / hierarchical, not flat as described.

######################################

Only Local Web Interface's flat-json format is flat.

lnas01 avatar Nov 13 '25 05:11 lnas01

PLG-265

linear[bot] avatar Nov 13 '25 05:11 linear[bot]