@sean_kenny/eu4-text-file-to-json-parser-js
Advanced tools
Changelog
Version 0.1.13 - September 27th 2024
ABC = { DEF = GHI }
property to be nested one level deeper than they should have been.Changelog
Version 0.1.12 - September 26th 2024
'
as a valid character in property names.Changelog
Version 0.1.11 - September 26th 2024
Changelog
Version 0.1.10 - September 26th 2024
\t
from being parsed properly. The \t
character is now treated the same as a
character.Changelog
Version 0.1.9 - September 26th 2024
ABC = { DEF = GHI }
.Changelog
Version 0.1.8 - September 26th 2024
-
character."fieldOne.fieldTwo": "ABC"
instead of "fieldOne": { "fieldTwo": "ABC" }
.Changelog
Version 0.1.7 - September 1st 2024
.
character.Changelog
Version 0.1.6 - September 1st 2024
Changelog
Version 0.1.5 - September 1st 2024
[{"a": "b"}, {"a": "c"}]
were not previously a part of the valid return type but now are.is_city = yes
add_permanent_province_modifier = {
name = harimari_minority_coexisting_small
duration = -1
}
add_permanent_province_modifier = {
name = temple_complex
duration = -1
}
{
"is_city": "yes",
"add_permanent_province_modifier": [
{ "name": "harimari_minority_coexisting_small", "duration": "-1" },
{ "name": "temple_complex", "duration": "-1" }
]
}
Changelog
Version 0.1.4 - August 31st 2024
add_core = I43
and later has the line add_core = I34
, in the final file, the property in the json file will be "add_core": ["I43", "I34"]
.