dominickj-tdi

Results 5 comments of dominickj-tdi

I have a very similar situation. I want to have a 'type' field that is to be saved in the output JSON when I serialize an object, so I can...

I could also see something like this being useful. Here is my use case: The JSON data is being stored in a couchdb database. I have a "type" field in...

I should note what I'm doing now is just adding one extra line of code to the `toJson()` function to manually add the type feild and that solution is okay...

Yes, that was more or less my intent to use a syntax similar to `.gitignore`. The main difference was that I left off the trailing slash from directories in my...

Fair point, in a regular web app that would definitely be a bad idea. In my case PostgreSQL would be running either on localhost or just a computer on the...