9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the syntax check for JSON. | 7 Module implementing the syntax check for JSON. |
8 """ | 8 """ |
9 | 9 |
10 import multiprocessing | |
10 import queue | 11 import queue |
11 import multiprocessing | |
12 | 12 |
13 | 13 |
14 def initService(): | 14 def initService(): |
15 """ | 15 """ |
16 Initialize the service and return the entry point. | 16 Initialize the service and return the entry point. |