You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. One way you can do it is to when you output json, you use write-key-value and with-object directly. There is an example on this page: http://rudolph-miller.github.io/jonathan/. You can find it in the example, where you define a method to-json to output a user class as json
Is it possible to configure jonathan so that it can output, and parse, JSON that has properties that are not in ALLCAPS?
For example, the JSON may use all lowercase for property name, or camelCase, or snake_case. e.g.:
{ "first_name": "Charlie"; }
or
{ "firstName": "Charlie"; }
The text was updated successfully, but these errors were encountered: