Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This gotta be the weirdest kata I've ever done. It's like creating your own data format by combining string, array, object, and JSON format together.|
No offense, but I don't see how creating your own format can be handy when there is already a standard format like JSON, in which you can convert and export it to various formats using dozens of tools available online.
Ruby 3.0 should be enabled.
This comment is hidden because it contains spoiler information about the solution
So just confirming... we're creating a string that's kinda like JSON but slightly different? I think most people will probably glance over the description and assume a) we need to make an array of objects, or b) return a JSON string. This is because objects are useful, JSON is useful... having JSON with weird formatting isn't so useful ;P
Technically this is fine, but you may want to warn coders that this is neither a JavaScript object nor JSON.