News

🔧 Processed JSON Lines (JSON objects with "id" or "name" value, one per line) $ ckanapi dump groups --all > groups.jsonl $ grep ponies groups.jsonl | ckanapi delete groups 🔧 Text list of "id" or ...
As you know, ASP.NET facilitates our life by deserializing the JSON payload sent in the body of a HTTP request. But we have an issue when there is a parameter with required keyword, and if it is not ...