Skip to content

JSON management #77

@mlutze

Description

@mlutze

JSON is probably the easiest way to store log files and config files. I have a very basic implementation here: https://github.com/mlutze/flix-json

It would be sufficient for parsing the configuration files, since we don't expect them to be too long. But the log files could end up very large.

I think the easiest option for now is for the log files not to be "standard" json, but rather have one JSON entry per line, representing one game state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions