Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

LinkedIn How to store Skills?

$
0
0

Hey guys,

I'm retrieving the Skills from LinkedIn, and somehow need to store them.

This is how I'm currently storing the LinkedIn Data:

    `[Newtonsoft.Json.JsonProperty ("id")]
    public string id{ get; set; }

    [Newtonsoft.Json.JsonProperty ("firstName")]
    public string firstName{ get; set; }

    [Newtonsoft.Json.JsonProperty ("lastName")]
    public string lastName{ get; set; }

    [Newtonsoft.Json.JsonProperty ("pictureUrl")]
    public string pictureUrl{ get; set; }

    [Newtonsoft.Json.JsonProperty ("skills")]
    public string[] skills{ get; set; }`

But LinkedIn returns the Skills like this:

"skills": {
"_total": 16,
"values": [
{
"id": 15,
"skill": {"name": "Research"}
},
{
"id": 16,
"skill": {"name": "Teamwork"}
},

How can I store these Skills?


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>