Skip to content

charbeljc/hjs

Repository files navigation

hjs

todo ... build_ gpa_ cover_

hjs is a thin wrapper around hjson

image

>>> from hjs import  hjs, load, loads, dump, load

>>> da = loads("""
... {
...    a: 1
...    b: are you ok with it ? // Hey, wtf are you talking about
...    c: '''
...       what a rest,
...       isn't it ?
...       '''
...    t: {
...        a: you get the point, now :-)
...    },
...    values: 42
... }
... """)

>>> assert da['values'] == 42
>>> assert da.t.a == "you get the point, now :-)"

install as usual with pip install hjs

By the way, you should support pypi, because, given the strategic importance of this project, it is way under budgeted, as I heard...

Time for bugfixes

ok, ok ... tagging still online. release ...

Time to branch Explain

Regards, @CJC_2017. Hum, time to be serious about doc, maybe ? Hum, no, software needing documentation is broken software :-D

Spurious comment

Hello

About

a thin wrapper around hjson

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages