mirror of
https://github.com/nlohmann/json.git
synced 2026-03-06 09:16:25 +00:00
+ overworked parser
This commit is contained in:
6
json_parser.py
Executable file
6
json_parser.py
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import json
|
||||
|
||||
j = json.load(sys.stdin)
|
||||
Reference in New Issue
Block a user