Skip to content

mibli/QJsonPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QJsonPath

QJsonPath::getValue gets value from QJsonDocument or QJsonValue, traversing the given path to it first.

QJsonPath::setValue sets value from QJsonDocument or QJsonValue, traversing to given path to it, and storing every tree element it finds, and then in reverse reconstructing the json with the value changed. (It's a slow process, but if you insist on using QJsonDocument, then fucking deal with it, because there's basically no references or pointers)

About

Path handling for Qt default Json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages