• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

basilisp-lang / basilisp / #495
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: feature/python-inspect-ns
DEFAULT BRANCH: main
Ran 06 Jun 2020 12:17AM UTC
Jobs 1
Files 37
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#495

push

coveralls-python

web-flow
Add JSON encoder and decoder (#485)

Add a JSON encoder and decoder based on Python's `json` module.

This is obviously not going to be the fastest encoder or decoder in the planet, but it will be builtin so folks don't have to fetch another library to do the job. It's made worse by the fact that Python's builtin decoder does not include an `array_hook` option. We could probably make a fairly efficient decoder with that and the existing `object_hook`, but since we have the completely decode the entire object to Python objects and then convert, it's probably pretty slow.

2408 of 2463 branches covered (97.77%)

Branch coverage included in aggregate %.

6629 of 6709 relevant lines covered (98.81%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #495.1 06 Jun 2020 12:17AM UTC 0
98.53
Source Files on build #495
Detailed source file information is not available for this build.
  • Back to Repo
  • cf4346e0 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc