ob-ivan / zettai-tesuji

Maajan Zettai Tesuji 180 -- Russian translation site
0 stars 0 forks source link

Remove excess escaping from exercise serialization #146

Closed ob-ivan closed 10 years ago

ob-ivan commented 10 years ago

(discovered while dealing with #139)

When serializing exercise record for database, answer are serialized as JSON string, which in turns gets escaped and results in heavy toothpick problem.

We should serialize answer as JSON object, not a string containing JSON serialization of an object.

ob-ivan commented 10 years ago

Done.