Jairus

Results 59 comments of Jairus

Serializing things besides strings doesn't make sense here, so i'm counting serialization as done and everything left unmarked in that category as cancelled

Got it. Yeah that's just how NPM works sometimes and is a problem with visitor-as' deps

Resolved. Json-as now ships with its own visitor

Here's an example for context A class decorated with `@json`, but not all fields implement the *JSON Type* ```js @json class Foo { public bar: string = "this is ok"...

Reopening this as there are a few bugs

@anyon17, after taking a closer look, it seems like to _properly_ implement this (and a few other things), I'm going to have to take multiple passes over the AST via...

I'll take a look into it--its likely going to be a pain to implement, but you should be able to expect it with the next release

Fixed. `JSON.Raw` is now it's own class, so it works anywhere. Check the README for an example: https://github.com/JairusSW/json-as?tab=readme-ov-file#%EF%B8%8F-using-raw-json-strings

You can always use https://github.com/JairusSW/try-as in the meantime lol