Click here to Skip to main content
15,880,469 members
Home / Discussions / CodeProject API
   

CodeProject API

 
AdminRe: Hierarchical Relations between the Forum Messages? Pin
Matthew Dennis30-Sep-14 5:34
sysadminMatthew Dennis30-Sep-14 5:34 
AnswerRe: Hierarchical Relations between the Forum Messages? Pin
Matthew Dennis30-Sep-14 6:31
sysadminMatthew Dennis30-Sep-14 6:31 
GeneralRe: Hierarchical Relations between the Forum Messages? Pin
Agent__00730-Sep-14 17:09
professionalAgent__00730-Sep-14 17:09 
GeneralRe: Hierarchical Relations between the Forum Messages? Pin
Matthew Dennis1-Oct-14 5:29
sysadminMatthew Dennis1-Oct-14 5:29 
GeneralRe: Hierarchical Relations between the Forum Messages? Pin
Matthew Dennis1-Oct-14 7:15
sysadminMatthew Dennis1-Oct-14 7:15 
GeneralRe: Hierarchical Relations between the Forum Messages? Pin
Agent__0072-Oct-14 16:49
professionalAgent__0072-Oct-14 16:49 
General"Abstract" Property Name Changed Pin
Matthew Dennis29-Sep-14 5:24
sysadminMatthew Dennis29-Sep-14 5:24 
GeneralSmall concern about a reserved word 'abstract' as a JSON Property Pin
Ranjan.D26-Sep-14 0:57
professionalRanjan.D26-Sep-14 0:57 
Hi,

Here's my question with regards to a variable naming in Java.

I was trying to create entities or classes for the corresponding JSON responses say for Articles. There could be a list of "items" and hence I have came up with a class named "Item", notice below there is a JSON property named "abstract" which I can't really define this name as a variable name in my java class because it is a reserved word. I know this can be done easily in C# by using an'@' sign at the beginning of the variable but I'm stuck with Java.

"abstract": "WCF provides a flexible and extensible architecture for the developer. The most common situation is to customize the extension of behavior. It is not complex, but some issues should be noticed. This article discusses how to extend the behavior in WCF.",


Variable naming convention for reference - http://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html[^]
GeneralRe: Small concern about a reserved word 'abstract' as a JSON Property Pin
Agent__00726-Sep-14 1:55
professionalAgent__00726-Sep-14 1:55 
GeneralRe: Small concern about a reserved word 'abstract' as a JSON Property Pin
Ranjan.D26-Sep-14 3:36
professionalRanjan.D26-Sep-14 3:36 
GeneralWhere... Pin
PJ Arends22-Sep-14 17:38
professionalPJ Arends22-Sep-14 17:38 
GeneralRe: Where... Pin
Agent__00722-Sep-14 17:42
professionalAgent__00722-Sep-14 17:42 
GeneralRe: Where... Pin
PJ Arends22-Sep-14 17:45
professionalPJ Arends22-Sep-14 17:45 
GeneralWow, glad to see this API! Pin
iamstarbuck22-Sep-14 8:05
iamstarbuck22-Sep-14 8:05 
QuestionPersistent Access Token? Pin
Agent__00721-Sep-14 20:48
professionalAgent__00721-Sep-14 20:48 
AnswerRe: Persistent Access Token? Pin
Chris Maunder22-Sep-14 5:59
cofounderChris Maunder22-Sep-14 5:59 
GeneralRe: Persistent Access Token? Pin
Agent__00722-Sep-14 18:28
professionalAgent__00722-Sep-14 18:28 
AnswerRe: Persistent Access Token? Pin
Matthew Dennis22-Sep-14 6:27
sysadminMatthew Dennis22-Sep-14 6:27 
GeneralRe: Persistent Access Token? Pin
Agent__00722-Sep-14 18:26
professionalAgent__00722-Sep-14 18:26 
GeneralRe: Persistent Access Token? Pin
Matthew Dennis23-Sep-14 7:35
sysadminMatthew Dennis23-Sep-14 7:35 
GeneralRe: Persistent Access Token? Pin
Agent__00723-Sep-14 18:01
professionalAgent__00723-Sep-14 18:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: Completed

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.