Skip to content

Commit

Permalink
revert circuit_json
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Oct 22, 2024
1 parent ab9d469 commit 859c8c9
Showing 1 changed file with 91 additions and 91 deletions.
182 changes: 91 additions & 91 deletions circuits.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand All @@ -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": {
Expand All @@ -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",
Expand All @@ -161,43 +134,44 @@
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,
8,
3,
2,
12,
31
31,
5,
4,
0,
5,
1,
0,
2,
7,
3,
4,
4,
12
]
},
"value_object_test": {
Expand All @@ -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
]
}
}

0 comments on commit 859c8c9

Please sign in to comment.