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
For some of my scaffolding libraries I conditionally jason encode/decode entities to shape output for caller's preferences, and to strip/control access to restricted fields.
To do this I need to be able to pass custom environment flags in the the encoder call, or (assuming no encoders spawn off of the initiating process) track details in the process env.
I have a rough patch here although I think there may be better/more efficient solutions here.
For some of my scaffolding libraries I conditionally jason encode/decode entities to shape output for caller's preferences, and to strip/control access to restricted fields.
To do this I need to be able to pass custom environment flags in the the encoder call, or (assuming no encoders spawn off of the initiating process) track details in the process env.
I have a rough patch here although I think there may be better/more efficient solutions here.
#178
The text was updated successfully, but these errors were encountered: