radareorg/radare2

Merge/Kill quintuplicate JSON implementations

Open

#12,870 opened on Jan 21, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C (3,229 forks)batch import
Hacktoberfestenhancementgood first issuejsonrefactor

Repository metrics

Stars
 (23,826 stars)
PR merge metrics
 (Avg merge 16h 24m) (99 merged PRs in 30d)

Description

Now we have:

  • pj.c
  • sdbjson
  • dsojson
  • handmade printf json
  • r_json

We must only keep pj.c and likely have sdb uses pj.c too.

Contributor guide