can't get data in form of json #362

Open
opened 2026-02-16 00:17:37 -05:00 by yindo · 0 comments
Owner

Originally created by @DarkShark-RAz on GitHub (Dec 2, 2024).

I can see the documentation says we can parse in form of json: docs

but the code I wrote only gave error that the return type can only be markdown or text.

llama_parse = LlamaParse(result_type='json')

I get it we can use get_json_result but then the documentation is unclear.

Originally created by @DarkShark-RAz on GitHub (Dec 2, 2024). I can see the documentation says we can parse in form of json: [docs](https://docs.cloud.llamaindex.ai/llamaparse/features/parsing_options) but the code I wrote only gave error that the return type can only be markdown or text. `llama_parse = LlamaParse(result_type='json')` I get it we can use `get_json_result` but then the documentation is unclear.
yindo added the bug label 2026-02-16 00:17:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#362