Skip to content

Python Json Parser can parse non string keys in json string

Notifications You must be signed in to change notification settings

mostafacs/Pretty-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Pretty-Parser

#Why pretty-parser ? I was working with a json strings which contains numeric values as keys (float or int). default python json parser can't decode them so I worked to create my own json parser. so , If you have a json string contains non string keys please use pretty-parser

#Usage

from pretty_parser import json_decode

dict_result = json_decode('{1: "Apple", 2: "Mongo"}')

About

Python Json Parser can parse non string keys in json string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages