perromercenary00 Posted March 19, 2016 Posted March 19, 2016 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 Quote
perromercenary00 Posted March 19, 2016 Author Posted March 19, 2016 ñ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 Quote
LexManos Posted March 20, 2016 Posted March 20, 2016 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. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Recommended Posts
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.