Devan-Kerman / ARRP

A fabric api for creating resources and assets at runtime
Mozilla Public License 2.0
101 stars 25 forks source link

Wrong serialization of JWhen #56

Closed SolidBlock-cn closed 2 years ago

SolidBlock-cn commented 2 years ago

For example, new JWhen().add("property1", "value1").add("property2","value2"), the output json is incorrect.

Devan-Kerman commented 2 years ago

what's it supposed to look like

Devan-Kerman commented 2 years ago

nvm fixed