1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 15:13:04 +04:00

+ overworked parser

This commit is contained in:
Niels
2014-12-30 10:54:01 +01:00
parent 4e44390090
commit 9e61092fc6
3 changed files with 19 additions and 3 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python
import sys
import json
j = json.load(sys.stdin)