Skip to content

Tabonx/BadParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad Parser

Bad Parser is a terrible JSON parser and tokenizer written in Swift. It probably shouldn't be used, but here it is anyway.

Usage

Parsing JSON

import BadParser

let jsonString = "{ \"name\": \"John\" }"
let nodes = BadParser().parse(jsonString)

Tokenizing JSON

import BadParser

let tokens = BadTokenizer().tokenize(jsonString)

License

Bad Parser is available under the MIT license. Use at your own risk.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages