EraCode practice

Daily Python: Stable JSON Signatures

PythonintermediateMulti-Part

Summary

Practice producing deterministic JSON output for hashing/signing and repeatable tests.

Problem preview

### Goal Fill the single TODO so returns a *stable* JSON string suitable for hashing. - Output must be deterministic: key order should not depend on dict insertion order. - Avoid insignificant whites…

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.