Jump to content

[1.9] comments in json files <Resignation>


perromercenary00

Recommended Posts

good days

 

in early version i used to leave comments describing what this json part does using //

but this coments now are taken per errors and textures don't load

 

//Horizontal section of the drill body
//cuerpo horizontal 0     
//1.242 0.621
        {   "from": [ 3.5, 1,    7.379 ],
              "to": [ 6.5, 5.01, 8.621 ],
            "rotation": { "origin": [ 5,8,8 ], "axis": "y", "angle": 0, "rescale": false },
            "shade": false,
            "faces": {
                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
                "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
	"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
                "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
	"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" },
                "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#rojo" }

            }
        }
,

 

###############

What is the new way to make comments in json ?

 

i dont wanna open one by one json to fix at hand this, to many files soo i was thinking in use sed in the linux console todo something like this

$ sed  -i  's#//#WhateverCommentsAreNow#g'  *.json

and let the penguins do the job

 

 

Link to comment
Share on other sites

ñaa

befor i do comments only whith

// whatever i write is ignored

 

that now has change the only way is

"_comment": "comment text goes here...",

 

but you can do this anywhere, resignation i have to remove all the comments manually

this would trouble some now the items uses properties to define textures  some of mi json will become long,

and hard to understand whithout the comments

 

 

 

 

 

Link to comment
Share on other sites

Actually the JSON spec DID support comments for a little while but it was as a 'reader can read them but writer will never write them'

They were removed after the guy got annoied.

 

Anways, models are not loaded with this 'leniant' flag enabled so no comments. Sorry, JSON is annoying like that.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.