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
tl;dr; small improvements according to experience with using json, json-array casting in implementation of my cms
formatting
extract code for JSON casting (which was almost identical for "json" and "json-array") to castAsJson
support for "string" and numeric casting: 0x322, 0272, 0b1010101, 1234e0,
removing force casting to object as "json" (what was too much according to actual manual)
0 commit comments