GithubHelp home page GithubHelp logo

Comments (4)

Grub4K avatar Grub4K commented on July 30, 2024

The JSON does not retain the type information (eg. color, integer type, ...). If you suggest a way of retaining that information through JSON then I can implement it.

What is your usecase, just changing existing values or adding/removing values? In the first case the type can be guessed from the type of the original value in the vdf. For adding values I have no idea on how to reliably convert values to their underlying type.

from vdfparse.

gitacct5 avatar gitacct5 commented on July 30, 2024

Just thinking here (not sure if it's feasible), maybe the program can output 2 paired JSON files with the same structure, one has the value, and the other has the type informaiton?

I was initially looking for a way to change app names, remove localization info, etc. I know tools like SteamEdit has similar features, but for batch-editing, JSON is way easier to read and manipulate than a binary file.

from vdfparse.

Grub4K avatar Grub4K commented on July 30, 2024

Outputting two json files seems reasonable, just remember you would have to edit both to make it work. Do you have a specific format for each data type in mind (like string values, numeric values, etc)?

I will prepare the commandline to support this with switches to read from and write to specified destinations. If you dont have specific ideas in mind allow me some time to come up with a solid solution on my own.

from vdfparse.

gitacct5 avatar gitacct5 commented on July 30, 2024

Don't have a data type format in mind but I'll think about it... Thank you for considering!

from vdfparse.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.