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.
There are only 3 simple fixed tests. Even the tests are ambiguous at the specs. (Not to mention lack of random tests)
Sample tests is broken.
The result has this format:
{
"a": [{
"b": 1
}, {
"b": 2
}],
"c": {
"d": {
"e": false
}
},
"f": [1, 2, "123"]
}
Note that "c": \t{ contains an extra tab. Shouldn't it be "c": {?