Just a quick glance makes it look like handlers can be overridden, but I haven't tried this and I don't think it's documented anywhere: https://github.com/cognitect/transit-cljs/blob/master/src/cognitect/transit.cljs#L109
On Tue, Oct 18, 2016 at 11:41 AM John Szakmeister <[email protected]> wrote: > Yes, you could do that, but it could also do Bad Things. Namely if > you have strings that match some of the format, it could be > misinterpreted as Transit data rather than JSON, so I don't consider > it a particularly useful solution either. It just moves where the > problem can happen. :-( If there was a way to so "ignore the transit > extensions", that would change things though. > > -John > > On Tue, Oct 18, 2016 at 7:36 AM, Gary Trakhman <[email protected]> > wrote: > > If you're parsing raw json streams/strings, I think transit claims to be > a > > 30x perf improvement over js/JSON.parse+js->clj: > > http://swannodette.github.io/2014/07/26/transit-clojurescript > > > > On Tue, Oct 18, 2016 at 6:41 AM Matching Socks <[email protected]> > wrote: > >> > >> A reliable "implements?" would be better than a fast-and-sometimes-wrong > >> "implements?". > >> > >> With that in mind, have you tried a distinct sentinel object, as opposed > >> to true? > >> > >> -- > >> You received this message because you are subscribed to the Google > >> Groups "Clojure" group. > >> To post to this group, send email to [email protected] > >> Note that posts from new members are moderated - please be patient with > >> your first post. > >> To unsubscribe from this group, send email to > >> [email protected] > >> For more options, visit this group at > >> http://groups.google.com/group/clojure?hl=en > >> --- > >> You received this message because you are subscribed to the Google > Groups > >> "Clojure" group. > >> To unsubscribe from this group and stop receiving emails from it, send > an > >> email to [email protected]. > >> For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > your > > first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/clojure?hl=en > > --- > > You received this message because you are subscribed to the Google Groups > > "Clojure" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
