mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Support implicit values in JSON models (#154)
* Support implicit values in JSON models * Update Changelog
This commit is contained in:
committed by
GitHub
parent
83a0ae673c
commit
f290e7b5b2
7
test-projects/json_model/src/implicit.model.json
Normal file
7
test-projects/json_model/src/implicit.model.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"Name": "implicit",
|
||||
"ClassName": "StringValue",
|
||||
"Properties": {
|
||||
"Value": "What's happenin', Earth?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user