Skip to content

Instantly share code, notes, and snippets.

View robinvandernoord's full-sized avatar
:shipit:
I ship it

Robin robinvandernoord

:shipit:
I ship it
View GitHub Profile

Keybase proof

I hereby claim:

  • I am robinvandernoord on github.
  • I am robin_edwh (https://keybase.io/robin_edwh) on keybase.
  • I have a public key ASDd0Y5BVr8aICsHAjnXX0Gauuarumk7zpiTld2mt4p4dQo

To claim this, I am signing this object:

{
"openapi": "3.1.0",
"info": {
"title": "nocodb",
"version": "1.0"
},
"servers": [
{
"url": "http://localhost:8080"
}
// 20220419152812
// https://all-apis.nocodb.com/swagger.json
{
"openapi": "3.1.0",
"info": {
"title": "nocodb",
"version": "1.0"
},
"servers": [
@robinvandernoord
robinvandernoord / json.py
Created February 12, 2019 12:10
JSON parser in Python for r/badcode
kpgng1 = (1,)
def Return(it):
print(it)
def cnvrttstrng2(it):
return str(it)
class parse_json:
str = ''
def __init__(s, str):
s.str = str
mnitm3 = s.str