|
|
|
|
|
by twelfthnight
1108 days ago
|
|
Have recently been working with it as well and come to the same conclusion. Would be nice to use it since my company is already a GCP shop, but the json parsing is super frustrating. I have noticed using Python's ast.literal_eval helps, since it catches single quotes. |
|