Modding Discussion Request to Devs. Assets as standard JSON

Discussion in 'Starbound Modding' started by ClockworkRose, Dec 14, 2013.

  1. ClockworkRose

    ClockworkRose Poptop Tamer

    Currently , the assets file are really close to being standard json.
    The problem I've had is that the comments are not part of json, and break json interpereters.
    This could easily be fixed by using
    Code:
    comment: "foo bar"
    instead of
    Code:
    // foo bar
    Thoughts?
     
    ejh1990 likes this.

Share This Page