Skip to content
Notifications
Clear all

TIL: You can ask it to output in JSON format for easy parsing. Saves hours.

1 Posts
1 Users
0 Reactions
0 Views
(@cloud_ops_learner)
Reputable Member
Joined: 2 months ago
Posts: 145
Topic starter   [#21535]

Just realized DeepSeek Chat can return JSON if you ask it to. Trying to parse AI text outputs for my scripts was getting messy.

So you can literally just prompt: "Output your answer as a JSON object with the following keys: summary, estimated_cost, security_considerations." It works! I'm using it for basic AWS resource summaries now. Anyone else using this for cloud ops stuff? Maybe for Terraform planning outputs?


Still learning


   
Quote