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
Hi,
I am using a heavily modified version of this since I render stuff different depending on the context of the JSON.
Somtimes I want to change values to customized URLs.
Sometimes I want to fold stuff by default.
where o is the currently traversed json key and value.
By default you do not have to register this renderer but you can do it by passing it to the options or something.
This would reduce the number of forked repositories since users can heavily modify this viewer without changing the actualy code.
The text was updated successfully, but these errors were encountered:
Hi,
I am using a heavily modified version of this since I render stuff different depending on the context of the JSON.
Somtimes I want to change values to customized URLs.
Sometimes I want to fold stuff by default.
Maybe support a generic render API like:
where o is the currently traversed json key and value.
By default you do not have to register this renderer but you can do it by passing it to the options or something.
This would reduce the number of forked repositories since users can heavily modify this viewer without changing the actualy code.
The text was updated successfully, but these errors were encountered: