[ { "input": { "firstName": "Gustavo", "lastName": "Muenz", "someString": "some string", "someJson": {"arr": [1, 2]}, "inputArray": [1, 2, 3, 4, 5, 6, 7, 8, 9], "inputArrayDuplicates": [1,2,3,3,3,3,3,3,4], "lookingFor": 3, "index": 5, "input": "Data to encode", "base64": "RGF0YSB0byBlbmNvZGU=", "Data": "input data", // MD5 // SHA-1 // SHA-256 // SHA-384 // SHA-512 "AlgorithmSHA1": "SHA-1", "AlgorithmMD5": "MD5", "AlgorithmSHA256": "SHA-256", "AlgorithmSHA384": "SHA-384", "AlgorithmSHA512": "SHA-512", "json1": { "unique-key-of-json1": "value for json1", "common-key": "value of key in json1", "object": { "unique-nested-key-of-json1": "nested value for json1", "common-nested-key": "value of nested key in json1", } }, "json2": { "unique-key-of-json2": "value for json2", "common-key": "value of key in json2", "object": { "unique-nested-key-of-json1": "nested value for json2", "common-nested-key": "value of nested key in json2", } }, "start": 1, "end": 100, "value1": 111, "step": -1, "inputString": "1,2,3,4,5", "splitter": ",", }, "output": { "Format": "Welcome to Gustavo Muenz's playlist.", "StringToJson": "\"some string\"", "JsonToString": "{\"arr\": [1, 2]}", "Array": ["Foo", 2020, {"arr": [1, 2]}, null], "ArrayPartition": [[1, 2, 3, 4], [5, 6, 7, 8], [9]], "ArrayContains": true, "ArrayRange": [1,3,5,7,9], "ArrayGetItem": 6, "ArrayLength": 10, "ArrayUnique": [1,2,3,4], "Base64Encode": "RGF0YSB0byBlbmNvZGU=", "Base64Decode": "Data to encode", "HashMD5": "812f45842bc6d66ee14572ce20db8e86", "HashSHA1": "aaff4a450a104cd177d28d18d7485e8cae074b7", "HashSHA256": "b4a697a057313163aee33cd8d40c66e9f0f177e00cac2de32475ffff6169c3e3", "HashSHA384": "d28a7d5cf25a74f11a50a18452b75e04bb3d70c9dd0510d6123aa008c756511b87525bdc835ebb27e1fb9e9374a15562", "HashSHA512": "6ce4adb348546d4f449c4d25aad9a7c9cb711d9e91982d3f0b29ca2f3f47d4ce2deba23bf2954f0f1d593fc50283731a533d30d425402d4f91316d871303aac4", "JsonMergeShallow": { "unique-key-of-json1": "value for json1", "unique-key-of-json2": "value for json2", "common-key": "value of key in json2", "object": { "unique-nested-key-of-json2": "nested value for json2", "common-nested-key": "value of nested key in json2", } }, "JsonMergeDeep": { "unique-key-of-json1": "value for json1", "unique-key-of-json2": "value for json2", "common-key": "value of key in json2", "object": { "unique-nested-key-of-json1": "nested value for json1", "unique-nested-key-of-json2": "nested value for json2", "common-nested-key": "value of nested key in json2", } }, "MathRandom": 42, //TODO: update with correct value "MathAdd": 110, "StringSplit": ["1", "2", "3", "4", "5"], "UUID": "ca4c1140-dcc1-40cd-ad05-7b4aa23df4a8" //TODO: update with correct value }, "states": ["EmptyState"], } ]