diff --git a/circuits.json b/circuits.json index 96677ce..3ae4177 100644 --- a/circuits.json +++ b/circuits.json @@ -10,32 +10,6 @@ 2 ] }, - "spotify_test": { - "file": "main/json_spotify_test", - "template": "ExtractStringValue", - "params": [ - 85, - 5, - 4, - 0, - 5, - 1, - 0, - 2, - 7, - 3, - 4, - 4, - 12 - ] - }, - "http-parser": { - "file": "http/parser/parser", - "template": "Parser", - "params": [ - 60 - ] - }, "json-parser": { "file": "json/parser/parser", "template": "Parser", @@ -55,17 +29,11 @@ 1 ] }, - "spotify_top_artists": { - "file": "main/extended_spotify_top_artists", - "template": "HttpJson", + "spotify_test": { + "file": "main/json_spotify_test", + "template": "ExtractStringValue", "params": [ - 203, 85, - 8, - 3, - 2, - 12, - 31, 5, 4, 0, @@ -80,54 +48,37 @@ 12 ] }, - "value_string": { - "file": "main/json_value_string", - "template": "ExtractStringValue", + "http-parser": { + "file": "http/parser/parser", + "template": "Parser", "params": [ - 12, - 1, - 1, - 0, - 1 + 60 ] }, - "value_array_nested_test": { - "file": "main/json_value_array_nested_test", - "template": "ExtractNumValue", + "spotify_top_artists_test": { + "file": "main/http_spotify_top_artists_test", + "template": "LockHTTPResponse", "params": [ - 24, + 203, + 85, + 8, 3, - 1, - 0, - 0, - 1, - 0, 2, - 1 - ] - }, - "two_keys_test": { - "file": "main/json_two_keys_test", - "template": "ExtractStringValue", - "params": [ - 40, - 1, - 4, - 0, - 3 + 12, + 31 ] }, - "value_array_string_test": { - "file": "main/json_value_array_string_test", - "template": "ExtractStringValue", + "value_array_number_test": { + "file": "main/json_value_array_number_test", + "template": "ExtractNumValue", "params": [ 73, 2, 1, 0, + 2, 1, - 1, - 2 + 4 ] }, "value_array_object_test": { @@ -147,6 +98,28 @@ 1 ] }, + "value_string": { + "file": "main/json_value_string", + "template": "ExtractStringValue", + "params": [ + 12, + 1, + 1, + 0, + 1 + ] + }, + "two_keys_test": { + "file": "main/json_two_keys_test", + "template": "ExtractStringValue", + "params": [ + 40, + 1, + 4, + 0, + 3 + ] + }, "get_request_test": { "file": "main/http_get_request_test", "template": "LockHTTPRequest", @@ -161,35 +134,24 @@ 9 ] }, - "value_array_number_test": { - "file": "main/json_value_array_number_test", + "value_array_nested_test": { + "file": "main/json_value_array_nested_test", "template": "ExtractNumValue", "params": [ - 73, - 2, + 24, + 3, 1, 0, - 2, + 0, 1, - 4 - ] - }, - "get_response_test": { - "file": "main/http_get_response_test", - "template": "LockHTTPResponse", - "params": [ - 89, - 18, - 8, - 3, + 0, 2, - 12, - 16 + 1 ] }, - "spotify_top_artists_test": { - "file": "main/http_spotify_top_artists_test", - "template": "LockHTTPResponse", + "spotify_top_artists": { + "file": "main/extended_spotify_top_artists", + "template": "HttpJson", "params": [ 203, 85, @@ -197,7 +159,19 @@ 3, 2, 12, - 31 + 31, + 5, + 4, + 0, + 5, + 1, + 0, + 2, + 7, + 3, + 4, + 4, + 12 ] }, "value_object_test": { @@ -212,5 +186,31 @@ 1, 1 ] + }, + "value_array_string_test": { + "file": "main/json_value_array_string_test", + "template": "ExtractStringValue", + "params": [ + 73, + 2, + 1, + 0, + 1, + 1, + 2 + ] + }, + "get_response_test": { + "file": "main/http_get_response_test", + "template": "LockHTTPResponse", + "params": [ + 89, + 18, + 8, + 3, + 2, + 12, + 16 + ] } } \ No newline at end of file